semigodking / redsocks

transparent redirector of any TCP/UDP connection to proxy
Apache License 2.0
1.17k stars 247 forks source link

Redsocks http-connect for Ipv6 ? #169

Open Jackychans opened 2 years ago

Jackychans commented 2 years ago

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 not working for Ipv6

`base { log_debug = off; log_info = off; log = stderr; daemon = on; redirector = iptables; }

redsocks { local_ip = 0.0.0.0; local_port = {0}; ip = {1}; port = {2}; type = http-connect; }`

Please advise or tell me where to continue to research

Thanks alot

semigodking commented 2 years ago

please use the latest version of redsocks2. Your config is still for old version which does not support ipv6.

Tran Mai @.***> 于 2021年12月20日周一 11:27写道:

Hi,

I've been looking for all over places solution for IPv6, using combination redsocks + iptables but found nothing.

My configuration here is working very well on Ipv4, but not working for Ipv6

`base { log_debug = off; log_info = off; log = stderr; daemon = on; redirector = iptables; }

redsocks { local_ip = 0.0.0.0; local_port = {0}; ip = {1}; port = {2}; type = http-connect; }`

Please advise or tell me where to continue to research

Thanks alot

— Reply to this email directly, view it on GitHub https://github.com/semigodking/redsocks/issues/169, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAP2XDY5TLA7V6ALA4NMHZLUR2PCJANCNFSM5KMWD7GQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>