Fix missing AnyTLS display name
This commit is contained in:
parent
50b0bd5c39
commit
803811568e
1 changed files with 2 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue