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

抱歉,本人对Linux不熟,摸索了好多天,都没有成功编译,卡在如下位置了: Compile with OpenSSL by default. To compile with PolarSSL, run 'make USE_CRYPTO_POLARSSL=true' instead. cc -fPIC -O3 -D_BSD_SOURCE -D_DEFAULT_SOURCE -Wall -std=c99 -D_XOPEN_SOURCE=600 -DUSE_CRYPTO_OPENSSL -c -o encrypt.o encrypt.c In file included...

**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; redirector = iptables;...

We are testing **type=https-connect** redsocks2 configuration with HTTPS Burp proxy server. When we search URL in browser, Burp Error is displayed. Burp Suite Community Edition\r\n **Error: Invalid client request received...

Libevent version: 2.1.12 Openssl version: 1.1.1h Below configuration for HTTPS: [**redsocks2/https-connect.c** is used] base { log_debug = on; log_info = on; log = "file:/data/data/redsocks2.log"; daemon = on; redirector = iptables;...

Libevent version: 2.1.12 Openssl version: 1.1.1h **Configuration file:** base { log_debug = on; log_info = on; log = \"file:/data/redsocks2.log\"; daemon = on; redirector = iptables; } redsocks { bind =...

arm-openwrt-linux-muslgnueabi-gcc -Os -pipe -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -mfloat-abi=hard -iremap/home/hyird/lede/build_dir/target-arm_cortex-a7+neon-vfpv4_musl_eabi/redsocks2//redsocks2-0.67:redsocks2-0.67 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -I/home/hyird/lede/staging_dir/target-arm_cortex-a7+neon-vfpv4_musl_eabi/usr/include -I/home/hyird/lede/staging_dir/target-arm_cortex-a7+neon-vfpv4_musl_eabi/include -I/home/hyird/lede/staging_dir/toolchain-arm_cortex-a7+neon-vfpv4_gcc-7.5.0_musl_eabi/usr/include -I/home/hyird/lede/staging_dir/toolchain-arm_cortex-a7+neon-vfpv4_gcc-7.5.0_musl_eabi/include/fortify -I/home/hyird/lede/staging_dir/toolchain-arm_cortex-a7+neon-vfpv4_gcc-7.5.0_musl_eabi/include -fPIC -O3 -D_BSD_SOURCE -D_DEFAULT_SOURCE -Wall -std=c99 -D_XOPEN_SOURCE=600 -DUSE_CRYPTO_OPENSSL -c...

Hi! Is there any way to redirect all tailscale traffic through redsocks2? I've tried nftables `ip/6 protocol tcp/udp` rules with no success. Tailscale somehow manages to bypass redsocks. Other programs...

redsocks2 git:(master) ✗ make Compile with OpenSSL by default. To compile with PolarSSL, run 'make USE_CRYPTO_POLARSSL=true' instead. cc -fPIC -O3 -D_BSD_SOURCE -D_DEFAULT_SOURCE -Wall -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib -Ixnu/12.2 -DUSE_CRYPTO_OPENSSL -c -o base.o...

之前用的trojan-gfw(socks5)可以访问外网 应该用的是remote dns 用resocks搞透明代理后,就访问不了外网了 尝试了tcpdns但没有成功 可以直接像原本的socks5一样使用remote dns来解析吗?

Hi, I've been looking for all over places solution for IPv6, using combination redsocks + iptables but found nothing. My configuration redsocks.conf here is working very well on Ipv4, but...