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