redsocks
redsocks copied to clipboard
transparent redirector of any TCP/UDP connection to proxy
android app上面可以使用这个框架吗?怎么 编译成安卓 能引用的库,和linux一样的编译过程吗?
I've found this package, which seems to be very old. Would it be possible to update that? https://launchpad.net/~spvkgn/+archive/ubuntu/redsocks2/+packages
During build this error appeared. I missed library or where to look ?
我想使用Redsocks2+iptables使我的VPS达到透明代理的效果。 socks5代理商确认说其提供的socks5是支持UDP协议的,但我始终无法使用,但又不知道问题出自哪里,当我仅仅让TCP部分的iptables规则生效时,是没有问题的,我使用指令”curl --ipv4 ifconfig.me“,返回的结果确实是socks5服务的IP。但当我加上UDP部分的iptables规则后,使用指令”curl --ipv4 ifconfig.me“,返回结果就需要10几秒,非常非常慢。基本上无法正常访问其他网站。 本人是搞嵌入式的,仅有一点点linux基础,对网络这方面是小白,想请教大佬们,帮我看看是什么问题。 以下是我的redsocks.conf配置文件内容以及iptables的规则: ``` base { log_debug = off; log_info = on; log = stderr; daemon = off; redirector = iptables; reuseport = off; }...
1715916186.547439 debug redudp.c:239 redudp_drop_client(...) [192.170.5.200:62137->8.8.8.8:53]: Dropping client @ state: 0 1715916187.529520 debug redudp.c:383 redudp_first_pkt_from_client(...) [192.170.5.200:62140->8.8.8.8:53]: got 1st packet from client 1715916187.571826 debug socks5-udp.c:389 socks5_relay_connected(...) [192.170.5.200:62140->8.8.8.8:53]: via 8.27.18.42:1380 1715916187.614254 debug socks5-udp.c:344...
Hi, I tested and modified redsocks2 to work (more) correctly in FreeBSD and OpenBSD: https://github.com/ge9/redsocks . All are tested with `DISABLE_SHADOWSOCKS=true` and SOCKS5 proxy. - See https://github.com/semigodking/redsocks/pull/201 for updated information....
I'm working on a transparent Shadowsocks server that relays all its traffic through Redsocks. The TCP part works without any problems but the UDP proved difficult. I know TProxy doesn't...