From 93b7328c3fdbabc07f981e305f6050dca94b50f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Fri, 27 Feb 2026 18:18:33 +0800 Subject: [PATCH] Fix missing Tailscale in ProxyDisplayName --- constant/proxy.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/constant/proxy.go b/constant/proxy.go index 4130c631..278a46c2 100644 --- a/constant/proxy.go +++ b/constant/proxy.go @@ -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: