Add snell protocol
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user