-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
setup_lighttpd_bind needed for IPv6 #163
Comments
Can you provide a little more about why binding to all interfaces is an issue for you? Do you use net=host mode and want to limit the available interfaces or do you have more than IPv6 interface inside a net=bridged container? |
You could always volume mount a modified use-ipv6.pl off your docker host into the container to modify it too. |
I think it's safe to assume this is being requested for --net=host reasons. Adding it wouldn't be too tough in setup_lighttpd_bind. Since there is only one request for this I'm ranking this request's priority below some of the other issues. |
This issue is stale because it has been open 30 days with no activity. Please comment or update this issue or it will be closed in 5 days. |
This line generates $SERVER["socket"] == "[::]:$PORT" { }
[::] should be replaced with the Ipv6 from the ServerIPv6 variable, otherwise it's binding to all ipv6 adresses.
The text was updated successfully, but these errors were encountered: