Skip to content

Commit

Permalink
Chapter links
Browse files Browse the repository at this point in the history
  • Loading branch information
Emil Hernvall committed Mar 19, 2018
1 parent 6c5f42c commit 39ccac9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions chapter1.md
Original file line number Diff line number Diff line change
Expand Up @@ -843,3 +843,4 @@ A {
}
```

In the next chapter, we'll add network connectivity: [Chapter 2 - Building a stub resolver](/chapter2.md)
2 changes: 2 additions & 0 deletions chapter2.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,3 +301,5 @@ A {
ttl: 79
}
```

The next chapter covers implementing a richer set of record types: [Chapter 3 - Adding more Record Types](/chapter3.md)
2 changes: 2 additions & 0 deletions chapter3.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,3 +456,5 @@ MX {
ttl: 1794
}
```

Next up: [Chapter 4 - Baby's first DNS server](/chapter4.md)
3 changes: 3 additions & 0 deletions chapter4.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,3 +326,6 @@ Answer: A { domain: "google.com", addr: 216.58.211.142, ttl: 96 }

Success! In less than 800 lines of code, we've built a DNS server able to respond to
queries with several different record types!

In the next chapter, we'll get rid of our dependence on an existing resolver:
[Chapter 5 - Recursive Resolve](/chapter5.md)

0 comments on commit 39ccac9

Please sign in to comment.