mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-21 17:46:58 -05:00
0eccf52399
- 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. |
||
---|---|---|
.. | ||
blackhole | ||
dns | ||
dokodemo | ||
freedom | ||
http | ||
mtproto | ||
shadowsocks | ||
socks | ||
trojan | ||
vless | ||
vmess | ||
proxy.go |