feat: support Hysteria2

This commit is contained in:
wwqgtxx
2023-09-21 10:28:28 +08:00
parent 24fd577767
commit 9b8e2d9343
7 changed files with 269 additions and 36 deletions

View File

@ -36,6 +36,7 @@ const (
Vless
Trojan
Hysteria
Hysteria2
WireGuard
Tuic
)
@ -200,6 +201,8 @@ func (at AdapterType) String() string {
return "Trojan"
case Hysteria:
return "Hysteria"
case Hysteria2:
return "Hysteria2"
case WireGuard:
return "WireGuard"
case Tuic: