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

[Feature Request] Add support for IPv4 and IPv6 simultaneously #103

Open
StShAzzy opened this issue Jan 20, 2024 · 2 comments
Open

[Feature Request] Add support for IPv4 and IPv6 simultaneously #103

StShAzzy opened this issue Jan 20, 2024 · 2 comments

Comments

@StShAzzy
Copy link

StShAzzy commented Jan 20, 2024

this would be a nice addition, auto detected an IPv6 address or ask for it with a flag to enable IPv6 and IPv4

@StShAzzy StShAzzy changed the title [Feature Request] Add support for IPv6 port forwarding [Feature Request] Add support for IPv4 and IPv6 simultaneously Jan 20, 2024
@yoshyv
Copy link

yoshyv commented Mar 5, 2024

theoretically you can use --ip :: option if net.ipv6.bindv6only = 0 in your sysctl.conf but it's always nice to setsockopt() corresponding option to bind ipv6 only per app basis.

@StShAzzy
Copy link
Author

theoretically you can use --ip :: option if net.ipv6.bindv6only = 0 in your sysctl.conf but it's always nice to setsockopt() corresponding option to bind ipv6 only per app basis.

that would only start the IPv6, i mean responding HTTP requests over IPv4 and IPv6 if both are avaliable and enabled

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