mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-03 20:07:36 +03:00
Add TUIC protocol
This commit is contained in:
parent
0b14dc3228
commit
917420e79a
34 changed files with 4389 additions and 0 deletions
|
@ -21,6 +21,7 @@ const (
|
|||
TypeShadowTLS = "shadowtls"
|
||||
TypeShadowsocksR = "shadowsocksr"
|
||||
TypeVLESS = "vless"
|
||||
TypeTUIC = "tuic"
|
||||
)
|
||||
|
||||
const (
|
||||
|
@ -62,6 +63,8 @@ func ProxyDisplayName(proxyType string) string {
|
|||
return "ShadowsocksR"
|
||||
case TypeVLESS:
|
||||
return "VLESS"
|
||||
case TypeTUIC:
|
||||
return "TUIC"
|
||||
case TypeSelector:
|
||||
return "Selector"
|
||||
case TypeURLTest:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue