test: Add Tuic

This commit is contained in:
wyx2685
2025-04-30 07:50:41 +09:00
parent 6a95d576f1
commit d200a3336e
6 changed files with 46 additions and 2 deletions

View File

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