1
0
mirror of https://github.com/bestnite/sub2clash.git synced 2025-12-15 10:40:14 +00:00

feat: 增加 Hysteria 节点支持

This commit is contained in:
2024-03-09 17:17:57 +08:00
parent 68269fd499
commit fd7c460f95
3 changed files with 4 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ func GetSupportProxyTypes(clashType ClashType) map[string]bool {
"vmess": true,
"trojan": true,
"vless": true,
"hysteria": true,
"hysteria2": true,
}
}