-
-
Notifications
You must be signed in to change notification settings - Fork 430
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
Return code for synthesized CNAME records (from wildcards and DNAMEs) #747
Comments
Thanks for the feedback. Will get this fixed soon. |
Thanks again for the feedback. I tried this on the latest release (v11.4.1) and could not reproduce it. I am seeing correct This is the response I get with the built-in DNS Client:
Can you confirm this again on your setup and that if you are running the latest release? |
I forgot to add another record that was present in the original test case 23 when I copied it over into the bug report. I think that affects as it involves wildcards. I am not using the UI client. I am running the DnsServer in a container on a remote machine.
|
Ohk ok. Will test it again on my setup again.
The UI is available on the same HTTP API URL itself. Just try it on any web browser. |
Thanks again for the report. Technitium DNS Server v11.5.2 is now available that fixes this issue. Do update and let me know your feedback. |
Hi,
This is related to if 'A CNAME B' (even for a synthesized CNAME) exists in a zone, but B (related to the same zone) does not exist, then the return code should be NXDOMAIN. RFC 6604 mentions that
Consider the following zone file.
For the query <example.bank.foo.www., NS>, the Technitium server returns the following response:
What you expected to happen: The expected response is the same as above except that the
rcode
should beNXDOMAIN
. This is using the test case 23 from the FerretDataset.The text was updated successfully, but these errors were encountered: