mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-02-26 16:57:08 +00:00
chore: support wireguard outbound
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user