chore: support wireguard outbound

This commit is contained in:
wwqgtxx
2022-11-09 18:44:06 +08:00
parent 1d784231b0
commit ae08d13de4
5 changed files with 356 additions and 15 deletions

View File

@ -31,6 +31,7 @@ const (
Vless
Trojan
Hysteria
WireGuard
)
const (
@ -165,6 +166,8 @@ func (at AdapterType) String() string {
return "Trojan"
case Hysteria:
return "Hysteria"
case WireGuard:
return "WireGuard"
case Relay:
return "Relay"