bns icon indicating copy to clipboard operation
bns copied to clipboard

Improve ipv6 support

Open pinheadmz opened this issue 3 years ago • 0 comments

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 avatar Mar 03 '22 18:03 pinheadmz