chore: add tuic outbound

close #133
This commit is contained in:
wwqgtxx
2022-11-25 08:08:14 +08:00
parent 3880c3c1be
commit 59bd11a3a7
9 changed files with 1125 additions and 15 deletions

View File

@ -32,6 +32,7 @@ const (
Trojan
Hysteria
WireGuard
Tuic
)
const (
@ -168,6 +169,8 @@ func (at AdapterType) String() string {
return "Hysteria"
case WireGuard:
return "WireGuard"
case Tuic:
return "Tuic"
case Relay:
return "Relay"