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

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,
}