1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-26 13:56:12 -04:00
v2fly/proxy
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
..
blackhole Fix lint according to golangci-lint (#439) 2020-11-22 05:05:01 +08:00
dns Fix lint according to golangci-lint (#439) 2020-11-22 05:05:01 +08:00
dokodemo Fix lint according to golangci-lint (#439) 2020-11-22 05:05:01 +08:00
freedom Refine code according to golangci-lint results 2020-10-11 19:22:46 +08:00
http Fix: close response body (#484) 2020-12-03 16:07:41 +08:00
mtproto Refine code according to golangci-lint results 2020-10-11 19:22:46 +08:00
shadowsocks Refine code according to golangci-lint results 2020-10-11 19:22:46 +08:00
socks 🧦 Fix socks client UDP outbound's wrong destination (#522) 2020-12-16 04:23:40 +08:00
trojan Fix lint according to golangci-lint (#439) 2020-11-22 05:05:01 +08:00
vless Fix: security issues & overflow potentiality (#465) 2020-11-28 21:56:20 +08:00
vmess Fix lint according to golangci-lint (#439) 2020-11-22 05:05:01 +08:00
proxy.go Apply Debian's patch to upstream 2020-06-24 12:57:03 +08:00