Ambroz Bizjak e837e8d552 tun2socks: Remove localhost limination for SOCKS5 UDP.
The UDP socket is bound to the same IP address as was automatically selected for the TCP socket, and the port number is set to zero to let the kernel pick it. The actual bound address with the assigned port number is sent to the SOCKS server as DST.ADDR.
2020-02-01 15:02:11 -08:00
..
badvpn-tun2socks.8 tun2socks: add man page 2012-02-20 12:47:42 +00:00
CMakeLists.txt Implement optional support for SOCKS5-UDP 2020-02-01 15:02:11 -08:00
SocksUdpGwClient.c tun2socks: Remove localhost limination for SOCKS5 UDP. 2020-02-01 15:02:11 -08:00
SocksUdpGwClient.h tun2socks, udpgw: transparent DNS support, contributed by Kerem Hadimli. No Windows support for now. 2013-03-12 22:14:46 +00:00
tun2socks.c tun2socks: Remove localhost limination for SOCKS5 UDP. 2020-02-01 15:02:11 -08:00
tun2socks.h Fixes and refactoring for SOCKS5 UDP. 2020-02-01 15:02:11 -08:00