Skip to content

Improve ipv6 support#33

Open
pinheadmz wants to merge 2 commits intochjj:masterfrom
pinheadmz:ipv6
Open

Improve ipv6 support#33
pinheadmz wants to merge 2 commits intochjj:masterfrom
pinheadmz:ipv6

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