mirror of
https://github.com/EmilHernvall/dnsguide.git
synced 2024-12-22 20:24:15 +07:00
Fix headings
This commit is contained in:
parent
945d896208
commit
1e0d2d67cb
@ -1,5 +1,5 @@
|
|||||||
1. The DNS protocol
|
1 - The DNS protocol
|
||||||
-------------------
|
====================
|
||||||
|
|
||||||
We'll start out by investigating the DNS protocol and use our knowledge thereof
|
We'll start out by investigating the DNS protocol and use our knowledge thereof
|
||||||
to implement a simple client.
|
to implement a simple client.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
2. Building a stub resolver
|
2 - Building a stub resolver
|
||||||
---------------------------
|
============================
|
||||||
|
|
||||||
While it's slightly satisfying to know that we're able to succesfully parse DNS
|
While it's slightly satisfying to know that we're able to succesfully parse DNS
|
||||||
packets, it's not much use to just read them off disk. As our next step, we'll
|
packets, it's not much use to just read them off disk. As our next step, we'll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
3. Adding more Record Types
|
3 - Adding more Record Types
|
||||||
---------------------------
|
============================
|
||||||
|
|
||||||
Let's use our program to do a lookup for ''yahoo.com''.
|
Let's use our program to do a lookup for ''yahoo.com''.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
4. Baby's first DNS server
|
4 - Baby's first DNS server
|
||||||
--------------------------
|
===========================
|
||||||
|
|
||||||
Haven gotten this far, we're ready to make our first attempt at writing an
|
Haven gotten this far, we're ready to make our first attempt at writing an
|
||||||
actual server. In reality, DNS servers fullfil two different purposes:
|
actual server. In reality, DNS servers fullfil two different purposes:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
5. Recursive Resolve
|
5 - Recursive Resolve
|
||||||
--------------------
|
=====================
|
||||||
|
|
||||||
Our server is working, but being reliant on another server to actually perform
|
Our server is working, but being reliant on another server to actually perform
|
||||||
the lookup is annoying and less than useful. Now is a good time to dwelve into
|
the lookup is annoying and less than useful. Now is a good time to dwelve into
|
||||||
|
Loading…
Reference in New Issue
Block a user