test: add anytls

This commit is contained in:
wyx2685
2025-05-24 08:33:36 +09:00
parent d200a3336e
commit a68378670f
10 changed files with 209 additions and 179 deletions

View File

@@ -57,6 +57,7 @@ func New(c *conf.ApiConfig) (*Client, error) {
"hysteria",
"hysteria2",
"tuic",
"anytls",
"vless":
default:
return nil, fmt.Errorf("unsupported Node type: %s", c.NodeType)