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

Depending on the local resolver has some consequences #3

Open
bortzmeyer opened this issue Dec 27, 2012 · 1 comment
Open

Depending on the local resolver has some consequences #3

bortzmeyer opened this issue Dec 27, 2012 · 1 comment
Assignees

Comments

@bortzmeyer
Copy link
Owner

check-soa uses the local resolver to retrieve the list of NS.

For instance, if the local resolver validates with DNSSEC and the domain is broken (.MIL, today), the message is spurious:

% check-soa mil
No NS records for "mil.". It is probably a domain but not a zone

(The SERVFAIL in response to the NS query was misinterpreted)

@ghost ghost assigned bortzmeyer Dec 27, 2012
@bortzmeyer
Copy link
Owner Author

The new option -ns solves partially the problem:

% check-soa -ns "$(dig +short +nodnssec @a.root-servers.net NS mil)" mil

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