redsocks icon indicating copy to clipboard operation
redsocks copied to clipboard

transparent redirector of any TCP/UDP connection to proxy

Results 47 redsocks issues
Sort by recently updated
recently updated
newest added

Im just clone your project and build for android Everything work but when i test with socks5 proxy i got result like: dns_ip:443 But i want to get result like:...

Hi, I'm too noob to follow the openwrt build guide. Is there a ready to install build for openwrt ( ramips - mt76x8 ) ? or maybe a step by...

网关设备192.168.1.4在20008端口有SOCKS5,经客户端测试连接有效,配置 redudp 端口2009转发到20008端口,iptables TPROXY 将 53 端口转到2009端口 ,从另外一台机器 192.168.1.80做dns查询 dig @8.8.8.8 google.com 报错:socks5_relay_error,详细配置和信息如下,请帮忙看一下,谢谢 配置: base { log_debug = on; log_info = on; daemon = on; redirector = iptables; } redsocks...

Thanks for this fork I've a question [I posted in the original redsocks](https://github.com/darkk/redsocks/issues/157), but I didn't get any answer I'm doing something wrong or this is a normal behavior, and...

# redsocks.conf base { user = redsocks; group = redsocks; } redsocks { autoproxy =1 } # user uid=1016(redsocks) 进程的owner显示是redsocks # iptables Chain OUTPUT_direct (1 references) target prot opt source...

``` root@CulturedYearly-VM:~/redsocks-master# aarch64-linux-android-gcc -I/root/android-arm64/include -fPIC -O3 -DDISABLE_SHADOWSOCKS -D_BSD_SOURCE -D_DEFAULT_SOURCE -Wall -std=c99 -D_XOPEN_SOURCE=600 -DUSE_CRYPTO_OPENSSL -o redsocks2 parser.o main.o redsocks.o log.o socks5.o base.o base64.o md5.o utils.o redudp.o socks5-udp.o gen/version.o -L/root/android-arm64/lib -Wl,-Bstatic -levent...

编译的时候出现 : recipe for target 'encrypt.o' failed,怎么解决?

When I'm build the redsocks on Ubuntu 18.04 with Linux 4.15.0-43-generic, with openssl version: `OpenSSL 1.1.0g 2 Nov 2017`. The error message as below: ``` Compile with OpenSSL by default....

duplicate

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 1582741582.989625 err redsocks.c:693 redsocks_connect_relay(...) [10.239.48.13:47898->10.239.48.147:80]: red_connect_relay failed!!!:...

Hello! Can somebody please help me with transparent UDP proxy configuration: I have remote service UDP service I want to reach via socks5 proxy. here are my redudp part of...