-
SO_ORIGINAL_DST for Linux systems:
Squid uses it here: https://github.com/schmurfy/squid/blob/a33e4089e463d175014d57afed74d3897a7de02d/src/ip/IpIntercept.cc
redsocks uses it here (apparently lifted f…
-
I'm experiencing a problem with my Raspberry Pi 4 device, set up as part of a new Balena fleet, which fails to fully come online after configuring redsocks to work with mitmproxy hosted on an EC2 inst…
-
**Is your feature request related to a problem? Please describe.**
I am in an environment, where I have to run two proxies to achieve a goal due to networking limitations. I can get mitmproxy to rece…
-
I am currently evaluating SOCKS client which would work well with Dante SOCKS server.
These are the clients I am interested into after exploring mane things like features, open source code, support, …
-
Hi,
I got a failure:
```
1582741581.368003 notice main.c:255 main(...) redsocks started with: epoll
1582741582.989604 err utils.c:141 red_prepare_relay(...) socket: Too many open files
158274158…
-
`
cc -g -O2 -I/usr/local/include -std=c99 -D_XOPEN_SOURCE=600 -D_DEFAULT_SOURCE -D_GNU_SOURCE -Wall -c -o redsocks.o redsocks.c
redsocks.c:441:25: warning: implicit declaration of function 'splice…
-
**SETUP 1:** When redsocks2 configuration is **type=http-connect**, can we use HTTPS proxy ?
base {
log_debug = on;
log_info = on;
log = "file:/data/data/redsocks2.log";
daemon = on;
redirecto…
-
OPENWRT路由器6to4,客户机的网关与DNS都是10.255.255.1,
在没有运行下面iptables规则时,局域网的电脑可以用8087代理上网。
然后想测试下透明代理:
iptables -t nat -N REDSOCKS
iptables -t nat -A REDSOCKS -p tcp -j REDIRECT --to-ports 8083
iptables -t…
-
Hello,
after Fedora kernel upgrade to 4.15.6-300.fc27.x86_64, the redsocks no longer proxifies the connections.
The process stays up, from it's log it looks like it's working fine:
1520328561.5…
emx0r updated
6 years ago
-
I tried a few different approaches and didn't succeed
I just want to forward all tcp and udp packets to a 127.0.0.1 socks5 server which would require tproxy. How do I do that?