A toy implementation of a DNS Server from scratch.
- Clone the project and do
maketo build the binary. - Once the binary is build simple run the binary by
./bin/dns_resolver - The DNS resolver now runs on PORT
2053and you can start resolving your DNS queries.
Example dig using dnspup
dig @localhost -p 2053 google.com A