Browse Source

Fix missing AnyTLS display name

Zephyruso 7 months ago
parent
commit
5c6fcc82ff
1 changed files with 2 additions and 0 deletions
  1. 2 0
      constant/proxy.go

+ 2 - 0
constant/proxy.go

@@ -78,6 +78,8 @@ func ProxyDisplayName(proxyType string) string {
 		return "TUIC"
 	case TypeHysteria2:
 		return "Hysteria2"
+	case TypeAnyTLS:
+		return "AnyTLS"
 	case TypeSelector:
 		return "Selector"
 	case TypeURLTest: