-
-
Notifications
You must be signed in to change notification settings - Fork 786
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
fix: allow disabling IPv6 #696
fix: allow disabling IPv6 #696
Conversation
✅ Deploy Preview for homer-demo-content ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
b5d5e05
to
8532b1b
Compare
Hey @bastienwirtz , anything I need to do to get this moving? :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @tnyeanderson
Thanks for your contribution, and sorry for the delay !
A few detail but it looks good.
Should be good to go. Thanks @bastienwirtz ! |
Co-authored-by: Bastien Wirtz <[email protected]>
Good catch! lol |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx @tnyeanderson, I'll test that asap and it should be good to go
Works fine @tnyeanderson, thanks again ! |
FYI: lighttpd 1.4.72 will issue a warning if IPv6 is not available and will continue without listening on that socket. |
Description
Allows the user to set the
IPV6_DISABLE
environment variable to a non-empty value to disable lighttpd listening on IPv6.Fixes: #648
Type of change
Checklist:
config.yml
file