feat request? happy eyeballs v4 #112
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
rfc 6555 - happy eyeballs..
and ipv4 only networks..
the request is "to filter out and not return AAAA records and not cause problems to the server or clients by doing so."
this is working in dnsdist:
addAction(OrRule({ QTypeRule(DNSQType.AAAA), QTypeRule(DNSQType.LOC) }), RCodeAction(DNSRCode.NOERROR) )
dnsmasq has filter-AAAA
unbound has tricks with 'private-address ::/0'
Open to anything which does not cause the client to 'retry' or 're-ask' because of the server response to the client query..
(more sauce for reference)
https://serverfault.com/questions/632665/how-to-disable-aaaa-lookups
building atm..
will test and let you know..
thank you
(trying to be a better netizen and not waste resources which will never be utilized)
filter-aaaa branch
main
added few more tests and it’s on main now, thank you!