Revert "feat(parse.go): add UDP support for VLESS protocol"
This reverts commit ff93288d3d5d419be56c4aa28ca5d3eeb95e24ee.
This commit is contained in:
parent
ff93288d3d
commit
b214ebce56
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user