Revert "feat(parse.go): add UDP support for VLESS protocol"

This reverts commit ff93288d3d5d419be56c4aa28ca5d3eeb95e24ee.
This commit is contained in:
Leif Draven 2025-06-06 11:14:07 -04:00 committed by GitHub
parent ff93288d3d
commit b214ebce56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,7 +60,6 @@ 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)