mirror of
https://github.com/SagerNet/sing-box.git
synced 2026-08-04 06:34:50 +00:00
Fix missing Tailscale in ProxyDisplayName
This commit is contained in:
parent
11dc5bcbe1
commit
93b7328c3f
1 changed files with 2 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue