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

Fallback against incorrect NXDOMAIN during iterative lookups #109

Open
khibino opened this issue Jun 20, 2023 · 0 comments
Open

Fallback against incorrect NXDOMAIN during iterative lookups #109

khibino opened this issue Jun 20, 2023 · 0 comments

Comments

@khibino
Copy link
Collaborator

khibino commented Jun 20, 2023

According to RFC7816 https://datatracker.ietf.org/doc/html/rfc7816#section-3
There are name server implementations that incorrectly return NXDOMAIN for ENTs (Empty Non-Terminals),
Full resolvers may receive NXDOMAINs during iterative lookups by performing QNAME minimization.
As a countermeasure against such cases, it is necessary to implement a fallback process like knot and bind9 do.
https://bind9.readthedocs.io/en/v9.18.14/reference.html#namedconf-statement-qname-minimization

@khibino khibino changed the title Fallback against incorrect NXDOMAIN Fallback against incorrect NXDOMAIN during iterative lookups Jun 20, 2023
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

No branches or pull requests

1 participant