1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-06-16 15:59:58 -04:00
Files
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
..
2019-02-01 20:08:21 +01:00
2020-08-24 12:10:26 +00:00
2020-08-24 12:10:26 +00:00
2018-09-30 18:39:53 +02:00
2019-02-10 19:47:26 +01:00