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