tchigher / tiny-resolver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Go 68.2%Language:Shell 31.8%