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

minor #1344 change rfc reference for reserved top level dns names #147

Merged
merged 1 commit into from
Jan 28, 2020
Merged

minor #1344 change rfc reference for reserved top level dns names #147

merged 1 commit into from
Jan 28, 2020

Conversation

mnacharov
Copy link
Contributor

RFC 7686 covers only .onion domain.

RFC 2606 covers four others:

  • test
  • example
  • invalid
  • localhost

Why example and localhost not set empty by default?

P.S.: issue link #1344 was taken from historical commit, where this comment was specified

@ralphdolmans ralphdolmans self-assigned this Jan 21, 2020
@ralphdolmans
Copy link
Contributor

I think RFC6761 is the one that should be referenced. That document specifies that example. should be resolved normally.

localhost. should give back the loopback addresses when queried for address types, which Unbound does:

/* localhost. zone */

test. and invalid. should generate negative responses.

I will update the RFC references in the code to RFC6761.

@ralphdolmans ralphdolmans merged commit 13a7783 into NLnetLabs:master Jan 28, 2020
@ralphdolmans
Copy link
Contributor

Thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants