We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Section 9.3.1.2 explains the concept of Resource Records as a 5-tuple:
(Name, Value, Type, Class, TTL)
On the other hand, RFC1035 defines this as:
<domain-name> [<TTL>] [<class>] <type> <RDATA>
This latter order is used in the configuration of nameservers, but also in tools like dig:
$ dig github.com [...] github.com. 0 IN A 140.82.121.3
Can we change the order in the book to reflect the standard order?
The text was updated successfully, but these errors were encountered:
(I'd be happy to take this on myself btw)
Sorry, something went wrong.
No branches or pull requests
Section 9.3.1.2 explains the concept of Resource Records as a 5-tuple:
(Name, Value, Type, Class, TTL)
On the other hand, RFC1035 defines this as:
<domain-name> [<TTL>] [<class>] <type> <RDATA>
This latter order is used in the configuration of nameservers, but also in tools like dig:
Can we change the order in the book to reflect the standard order?
The text was updated successfully, but these errors were encountered: