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

Name servers with no IP addresses are silently ignored #5

Open
bortzmeyer opened this issue Nov 22, 2014 · 0 comments
Open

Name servers with no IP addresses are silently ignored #5

bortzmeyer opened this issue Nov 22, 2014 · 0 comments

Comments

@bortzmeyer
Copy link
Owner

If a name server has a name but no IP address (here, the example uses the existing TLD "foo"), it is silently ignored:

% check-soa -ns "foo d.nic.fr" fr 
d.nic.fr.
    2001:678:c::1: OK: 2222644718
    194.0.9.1: OK: 2222644718

Compare with the case where the domain does not exist;

% check-soa -ns "foobar d.nic.fr" fr  
d.nic.fr.
    2001:678:c::1: OK: 2222644718
    194.0.9.1: OK: 2222644718
foobar.
    Cannot get the IPv4 address: NXDOMAIN
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