EmilHernvall / dnsguide

A guide to writing a DNS Server from scratch in Rust
MIT License
3.92k stars 246 forks source link

Typos and continuity #24

Closed jacksonbrim closed 5 months ago

jacksonbrim commented 1 year ago

Change Chapter1.md, and Sample1.rs to reflect the changes later made in Samples 2-5. It helps with debugging when following along manually.

Also fat-finger typos in samples 2-5:

0x34 -> 0x3f for 63 character qname limit.

Thanks a ton for making this! It was a lot of fun!