diff --git a/README.md b/README.md index 672fb56..4c03b78 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ protocol more accessible, while maintaining full alignment with all relevant and useful RFCs. This effort is developed cooperatively on GitHub, the repository can be -found at [https://github.com/ahupowerdns/hello-dns/] and text is highly -welcomed! +found [https://github.com/ahupowerdns/hello-dns/](ghere) and help is highly +welcome! Although we start from relatively basic principles, the reader is expected to know what IP addresses are, what a (stub) resolver is and what an @@ -39,7 +39,7 @@ provide an easier entrypoint into understanding the Domain Name System. If you will, the goal is to be a mini "[TCP/IP Illustrated](https://en.wikipedia.org/wiki/TCP/IP_Illustrated)" of DNS. For more about the philosophy of these documents, and how to contribute, please read -[meta.md](meta.md). +[meta.md](meta.md.html). Your help & insights are highly welcome! I want to thank Ólafur Guðmundsson and Job Snijders for their input and @@ -49,10 +49,11 @@ enthusiasm for improving the state of DNS. The content is spread out over several documents: * The core of DNS (this file) - * [Relevant to stub resolvers and applications](stub.md) - * [Relevant to authoritative servers](auth.md) - * [Relevant to resolvers](resolvers.md) - * Optional elements: [EDNS, TSIG, Dynamic Updates, DNSSEC, DNAME, DNS Cookies](optional.md) + * [Relevant to stub resolvers and applications](stub.md.html) + * [Relevant to authoritative servers](auth.md.html) + * [Relevant to resolvers](resolvers.md.html) + * Optional elements: [EDNS, TSIG, Dynamic Updates, DNAME, DNS Cookies](optional.md.html) + * [DNSSEC](dnssec.md.html) We start off with a general introduction of DNS basics: what is a resource record, what is an RRSET, what is a zone, what is a zone-cut, how are packets @@ -458,7 +459,7 @@ is the one for the root zone (called '.'). As of 2018, it looks like this: ``` For details of what all these fields mean, please see the [authoritative -server document](auth.md). +server document](auth.md.html). The final number however is important here. 86400 denotes that if a response says a name or RRSET does not exist, it will continue to not exist diff --git a/README.md.html b/README.md.html new file mode 120000 index 0000000..42061c0 --- /dev/null +++ b/README.md.html @@ -0,0 +1 @@ +README.md \ No newline at end of file diff --git a/auth.md.html b/auth.md.html new file mode 120000 index 0000000..e5b3c00 --- /dev/null +++ b/auth.md.html @@ -0,0 +1 @@ +auth.md \ No newline at end of file diff --git a/dnssec.md b/dnssec.md new file mode 100644 index 0000000..e69de29 diff --git a/dnssec.md.html b/dnssec.md.html new file mode 120000 index 0000000..9f5c71d --- /dev/null +++ b/dnssec.md.html @@ -0,0 +1 @@ +dnssec.md \ No newline at end of file diff --git a/meta.md.html b/meta.md.html new file mode 120000 index 0000000..d46a8b5 --- /dev/null +++ b/meta.md.html @@ -0,0 +1 @@ +meta.md \ No newline at end of file diff --git a/optional.md.html b/optional.md.html new file mode 120000 index 0000000..6ce7ee1 --- /dev/null +++ b/optional.md.html @@ -0,0 +1 @@ +optional.md \ No newline at end of file diff --git a/stub.md.html b/stub.md.html new file mode 120000 index 0000000..c59039a --- /dev/null +++ b/stub.md.html @@ -0,0 +1 @@ +stub.md \ No newline at end of file