We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: