fix(parse): enable UDP support in VLESS configuration
This commit is contained in:
parent
76063bc071
commit
b6a2f134bb
@ -60,6 +60,7 @@ func parseVless(data proxy.Proxy, uuid string) (*Proxy, error) {
|
|||||||
Port: data.Port,
|
Port: data.Port,
|
||||||
UUID: uuid,
|
UUID: uuid,
|
||||||
Flow: vless.Flow,
|
Flow: vless.Flow,
|
||||||
|
UDP: true,
|
||||||
}
|
}
|
||||||
setSecurityOptions(p, vless.Security, vless.SecurityConfig)
|
setSecurityOptions(p, vless.Security, vless.SecurityConfig)
|
||||||
clashTransport(p, vless.Transport, vless.TransportConfig)
|
clashTransport(p, vless.Transport, vless.TransportConfig)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user