1
0
mirror of https://github.com/bestnite/sub2clash.git synced 2026-05-04 07:46:08 +00:00

feat: 添加 Anytls 代理支持

This commit is contained in:
Chieh
2025-05-25 14:36:27 +00:00
parent db00433931
commit 06887d91ac
7 changed files with 186 additions and 64 deletions
+1
View File
@@ -10,4 +10,5 @@ const (
VLESSPrefix string = "vless://"
VMessPrefix string = "vmess://"
SocksPrefix string = "socks"
AnytlsPrefix string = "anytls://"
)