repositorypackage
0.0.0-20230315182918-039175e26e53
Repository: https://github.com/bylinker/dnsresolver.git
Documentation: pkg.go.dev
# README
DNSResolver
This repo contains a pretty simple recursive resolver made using meikg/dns library.
NOTE: This is made for educational purposes, don't use it for production at all
Root Hints Files
- You need to bootstrap your DNS Resolver https://www.iana.org/domains/root/files
How to run it:
- Install Go
- Clone this repo, and from your terminal
cd
into the directory - Then run the following:
go run *.go -host github.com
The output should be like this:
We found answers github.com
[github.com. 60 IN A 140.82.121.4]