Fix missing Tailscale in ProxyDisplayName

This commit is contained in:
世界 2026-02-27 18:18:33 +08:00
parent 11dc5bcbe1
commit 93b7328c3f
No known key found for this signature in database
GPG key ID: CD109927C34A63C4

View file

@ -86,6 +86,8 @@ func ProxyDisplayName(proxyType string) string {
return "Hysteria2"
case TypeAnyTLS:
return "AnyTLS"
case TypeTailscale:
return "Tailscale"
case TypeSelector:
return "Selector"
case TypeURLTest: