Add snell protocol

This commit is contained in:
世界
2026-07-03 21:33:34 +08:00
parent bf280b0a02
commit e9b86275fa
16 changed files with 927 additions and 3 deletions
+3
View File
@@ -11,6 +11,7 @@ const (
TypeHTTP = "http"
TypeMixed = "mixed"
TypeShadowsocks = "shadowsocks"
TypeSnell = "snell"
TypeVMess = "vmess"
TypeTrojan = "trojan"
TypeNaive = "naive"
@@ -67,6 +68,8 @@ func ProxyDisplayName(proxyType string) string {
return "Mixed"
case TypeShadowsocks:
return "Shadowsocks"
case TypeSnell:
return "Snell"
case TypeVMess:
return "VMess"
case TypeTrojan: