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

Improve ipv6 support #33

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Improve ipv6 support #33

wants to merge 2 commits into from

Conversation

pinheadmz
Copy link
Collaborator

@pinheadmz pinheadmz commented Mar 3, 2022

This will be connected with a PR to hsd to fix some lingering issues with ipv6.

  1. We used to only allow ipv6 by default if we detected public ipv6 addresses in the OS's interfaces. This prevented binding to ::1 locally

I'm using getInterfaces('ipv6') right now which returns everything, but this could be reduced to getLocal(), I'm really not sure what's best. It used to be getPublic() which prevented binding to ::1

  1. The inet6 option was not being parsed in the Unbound resolver, leaving it always as false

pinheadmz added a commit to pinheadmz/hsd that referenced this pull request Mar 3, 2022
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

Successfully merging this pull request may close these issues.

1 participant