From b17deec6da53fec76027ae82e755374c025d28bb Mon Sep 17 00:00:00 2001 From: staceytay Date: Tue, 5 Dec 2023 14:43:20 -0600 Subject: [PATCH] Link to blog post in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a4ab432..acdbbc9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Rust DNS Resolver -Toy DNS resolver written in Rust, inspired by Julia Evans' [Implement DNS in a weekend](https://implement-dns.wizardzines.com). +Toy DNS resolver written in Rust, inspired by Julia Evans' [Implement DNS in a +weekend](https://implement-dns.wizardzines.com). I also wrote about the +experience of working on this [here](https://stace.dev/writing-a-dns-resolver/). ## Features - [x] Return IP address for A record queries