1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-01 11:35:23 +00:00
v2fly/proxy/socks
database64128 0eccf52399
🧦 Fix socks client UDP outbound's wrong destination (#522)
- When you connect to a non-localhost socks5 server, in the response of a UdpAssociate from a socks5 server, the remote address may be `::` or `0.0.0.0`. The previous behavior is to connect to the remote address in the response, which obviously fails.
- This commit changes the behavior to dial to the outbound server's address when the remote address in the response is `::` or `0.0.0.0`.
- Rename `cmdUDPPort` to `cmdUDPAssociate` for clarity.
2020-12-16 04:23:40 +08:00
..
client.go 🧦 Fix socks client UDP outbound's wrong destination (#522) 2020-12-16 04:23:40 +08:00
config.go optimize v2ctl size 2019-02-01 20:08:21 +01:00
config.pb.go Adjust Protocol Buffers (#109) 2020-08-24 12:10:26 +00:00
config.proto Adjust Protocol Buffers (#109) 2020-08-24 12:10:26 +00:00
errors.generated.go simplify error creation 2018-09-30 18:39:53 +02:00
protocol_test.go fix broken test 2019-02-10 19:47:26 +01:00
protocol.go 🧦 Fix socks client UDP outbound's wrong destination (#522) 2020-12-16 04:23:40 +08:00
server.go Refine code according to golangci-lint results 2020-10-11 19:22:46 +08:00
socks.go Errorgen: support to run outside of GOPATH 2020-10-04 13:06:12 +08:00