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

feat: add socks parser

This commit is contained in:
2024-11-13 10:49:01 +08:00
parent b36bfa84a6
commit e89c70dd85
3 changed files with 89 additions and 0 deletions
+1
View File
@@ -13,4 +13,5 @@ var ParserMap map[string]func(string) (model.Outbound, error) = map[string]func(
constant.HysteriaPrefix: ParseHysteria,
constant.Hysteria2Prefix1: ParseHysteria2,
constant.Hysteria2Prefix2: ParseHysteria2,
constant.SocksPrefix: ParseSocks,
}