bns
bns copied to clipboard
Improve ipv6 support
This will be connected with a PR to hsd to fix some lingering issues with ipv6.
- We used to only allow ipv6 by default if we detected public ipv6 addresses in the OS's interfaces. This prevented binding to
::1locally
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
- The
inet6option was not being parsed in the Unbound resolver, leaving it always asfalse