We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b26aa8d commit 7c0478dCopy full SHA for 7c0478d
sub/clashService.go
@@ -132,6 +132,12 @@ func (s *ClashService) ConvertToClashMeta(outbounds *[]map[string]interface{}) (
132
proxy["flow"] = flow
133
}
134
135
+ if t == "tuic" {
136
+ proxy["password"] = obMap["password"]
137
+ if congestion_control, ok := obMap["congestion_control"].(string); ok {
138
+ proxy["congestion-controller"] = congestion_control
139
+ }
140
141
case "trojan":
142
proxy["password"] = obMap["password"]
143
case "socks", "http":
0 commit comments