redsocks
redsocks copied to clipboard
transparent TCP-to-proxy redirector
Hello, im trying install redsocks on Openwrt, and i use setting firewall at https://github.com/tominescu/luci-app-redsocks, > # Add redir rules > iptables -t nat -N REDSOCKS > iptables -t nat -A...
Hi there! Thank you very much for UDP-support but actually there is a little lack of documentation about how it works. Darkk wrote that there may be a way to...
I have seen https://github.com/darkk/redsocks/commit/778340243e09c53e73573e5e08268b9b75abfce0 for redirecting udp traffic, but that not work for me? **my iptables rules:** ``` ip route add local 0.0.0.0/0 dev lo table 100 ip rule add...
只允许部分机器通过代理,其他机器不走代理
Has anyone had any success with Redsocks on k8s? I'd imagine it would be a little tricky given iptables is used to manage kubernetes pod networking internally.
Like discussed on the mailing list: http://librelist.com/browser//redsocks/2012/5/15/transparent-proxy-dns-without-public-dns-server/#e8cb0f54932856f1c0cc9259e24cb089 1. implement a fake DNS resolver 2. catch DNS request 3. query the the proxy over TCP (option, because UDP is sometimes blocked)...
I am unable to compile redsocks on an M1 MacOS with Monterey.... when I run "make", I get this error: ``` bash-3.2$ make cc -g -O2 -std=c99 -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_GNU_SOURCE...
At line 167 in this file, `line` was freed, but later in line 171, it is used again in `redsocks_log_error`
**Describe the issue** I found a UAF bug in ` http-connection.c`, in function `httpc_read_cb` **To Reproduce** Found it by static analysis~ **Expected behavior** In this function, at line 168-169 looks...
static char host[] = "123.123.123.123:12345"; predefined as this points to a chinese server