tcpsocks icon indicating copy to clipboard operation
tcpsocks copied to clipboard

Redirect traffic to SOCKS5 server with iptables, epoll based, single threaded.

Results 2 tcpsocks issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to make this work, but I'm having big problems with this: all attempts to load web pages endup with ``` tcpsocks: Not SOCKS5 reply from SOCKS5 server...

I am trying to redirect the udp packet to particular port where I run my proxy (SOCKS) . I am supposed to obtain the original destination ipaddress of the client...