1
0
mirror of https://github.com/bestnite/sub2sing-box.git synced 2026-06-09 00:12:27 +00:00

feat: Upgrade Sing-box dependencies and add Anytls support

This commit is contained in:
2025-10-15 15:27:53 +11:00
parent ee01f7f61c
commit 23d7e1d4f9
10 changed files with 498 additions and 69 deletions
+1
View File
@@ -14,4 +14,5 @@ var ParserMap map[string]func(string) (model.Outbound, error) = map[string]func(
constant.Hysteria2Prefix1: ParseHysteria2,
constant.Hysteria2Prefix2: ParseHysteria2,
constant.SocksPrefix: ParseSocks,
constant.AnytlsPrefix: ParseAnytls,
}