Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redsocks http-connect for Ipv6 ? #169

Open
Jackychans opened this issue Dec 20, 2021 · 1 comment
Open

Redsocks http-connect for Ipv6 ? #169

Jackychans opened this issue Dec 20, 2021 · 1 comment

Comments

@Jackychans
Copy link

Jackychans commented Dec 20, 2021

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
Copy link
Owner

semigodking commented Dec 20, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants