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

setup_lighttpd_bind needed for IPv6 #163

Closed
5andr0 opened this issue Sep 13, 2017 · 4 comments
Closed

setup_lighttpd_bind needed for IPv6 #163

5andr0 opened this issue Sep 13, 2017 · 4 comments

Comments

@5andr0
Copy link

5andr0 commented Sep 13, 2017

include_shell "/usr/share/lighttpd/use-ipv6.pl " + server.port

This line generates $SERVER["socket"] == "[::]:$PORT" { }

[::] should be replaced with the Ipv6 from the ServerIPv6 variable, otherwise it's binding to all ipv6 adresses.

@5andr0 5andr0 changed the title setup_lighttpd_bind needed for IPv6 & bind on https setup_lighttpd_bind needed for IPv6 Sep 13, 2017
@diginc
Copy link
Collaborator

diginc commented Sep 14, 2017

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?

@diginc
Copy link
Collaborator

diginc commented Nov 15, 2017

You could always volume mount a modified use-ipv6.pl off your docker host into the container to modify it too.

@diginc
Copy link
Collaborator

diginc commented Aug 10, 2018

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.

@github-actions
Copy link

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.

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

No branches or pull requests

2 participants