Revert "feat(parse.go): add UDP support for VLESS protocol"
This reverts commit ff93288d3d.
This commit is contained in:
@@ -60,7 +60,6 @@ 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)
|
||||
|
||||
Reference in New Issue
Block a user