Skip to content

Commit

Permalink
Link to blog post in README
Browse files Browse the repository at this point in the history
  • Loading branch information
staceytay committed Dec 5, 2023
1 parent 21912f2 commit b17deec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b17deec

Please sign in to comment.