fix(parse): enable UDP support in VLESS configuration

This commit is contained in:
Chang lue Tsen 2025-06-06 11:23:20 -04:00
parent 76063bc071
commit b6a2f134bb

View File

@ -60,6 +60,7 @@ func parseVless(data proxy.Proxy, uuid string) (*Proxy, error) {
Port: data.Port,
UUID: uuid,
Flow: vless.Flow,
UDP: true,
}
setSecurityOptions(p, vless.Security, vless.SecurityConfig)
clashTransport(p, vless.Transport, vless.TransportConfig)