Add new protocols to link parser

This commit is contained in:
problematicconsumer
2023-10-05 21:28:52 +03:30
parent 3fb0b4fafe
commit fbbda93290
2 changed files with 17 additions and 5 deletions

View File

@@ -4,6 +4,7 @@ enum ProxyType {
dns("DNS"),
socks("SOCKS"),
http("HTTP"),
shadowsocks("Shadowsocks"),
vmess("VMess"),
trojan("Trojan"),
naive("Naive"),