fix vless flow in reality links #463
This commit is contained in:
+3
-3
@@ -347,9 +347,9 @@ func vlessLink(
|
||||
if insecure, ok := tls["insecure"].(bool); ok && insecure {
|
||||
params["allowInsecure"] = "1"
|
||||
}
|
||||
if flow, ok := userConfig["flow"].(string); ok {
|
||||
params["flow"] = flow
|
||||
}
|
||||
}
|
||||
if flow, ok := userConfig["flow"].(string); ok {
|
||||
params["flow"] = flow
|
||||
}
|
||||
if utls, ok := tls["utls"].(map[string]interface{}); ok {
|
||||
params["fingerprint"], _ = utls["fingerprint"].(string)
|
||||
|
||||
Reference in New Issue
Block a user