feat: add hysteria

This commit is contained in:
世界
2022-06-07 13:38:45 +08:00
parent 73d5042774
commit 35a6666a84
11 changed files with 1101 additions and 19 deletions

View File

@ -30,6 +30,7 @@ const (
Vmess
Vless
Trojan
Hysteria
)
const (
@ -161,6 +162,8 @@ func (at AdapterType) String() string {
return "Vless"
case Trojan:
return "Trojan"
case Hysteria:
return "Hysteria"
case Relay:
return "Relay"