/tiny-resolver

Primary LanguageGoMIT LicenseMIT

tiny DNS resolver

This is a command line program that makes DNS queries. There's a version in bash and a version in Go.

how to run it

The bash version:

bash resolve.sh example.com.

The go version:

go run resolve.go example.com.

blog post

You can read more about how this works in A toy DNS resolver