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

If no NS records for subdomain, check parent domain for NS records in header #135

Open
MattIPv4 opened this issue Feb 17, 2020 · 0 comments
Labels

Comments

@MattIPv4
Copy link
Contributor

Tool relating to this issue

DNS

Feature request

Feature description

In the header currently, we show if the domain is using DO DNS or not. (https://github.com/do-community/dns-tool/blob/master/src/dns-lookup/templates/dodns.vue)

Eg:
image

However, if you search a subdomain that does not have any NS records, you get a rather unhelpful and potentially misleading message:
image

In this situation (subdomain with no NS), we should check the parent (sub)domain for NS records. We should loop until we either find an NS record, or we reach the root domain (in which case something has probably gone wrong as there must be an NS record somewhere, right?).

How the feature is useful

Allows the NS status (DO or not DO) to be conveyed even when looking up a subdomain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant