mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-03 03:47:37 +03:00
Add hysteria2 protocol
This commit is contained in:
parent
5d8af150a7
commit
53475c7390
31 changed files with 2564 additions and 17 deletions
|
@ -22,6 +22,7 @@ const (
|
|||
TypeShadowsocksR = "shadowsocksr"
|
||||
TypeVLESS = "vless"
|
||||
TypeTUIC = "tuic"
|
||||
TypeHysteria2 = "hysteria2"
|
||||
)
|
||||
|
||||
const (
|
||||
|
@ -65,6 +66,8 @@ func ProxyDisplayName(proxyType string) string {
|
|||
return "VLESS"
|
||||
case TypeTUIC:
|
||||
return "TUIC"
|
||||
case TypeHysteria2:
|
||||
return "Hysteria2"
|
||||
case TypeSelector:
|
||||
return "Selector"
|
||||
case TypeURLTest:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue