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

View File

@ -10,4 +10,5 @@ const (
VLESSPrefix string = "vless://"
VMessPrefix string = "vmess://"
SocksPrefix string = "socks"
AnytlsPrefix string = "anytls://"
)