An open API service indexing awesome lists of open source software.

https://github.com/matmoore/toy-dns

A toy DNS resolver
https://github.com/matmoore/toy-dns

Last synced: about 1 year ago
JSON representation

A toy DNS resolver

Awesome Lists containing this project

README

          

# Toy DNS resolver

This is based on the code for *Implement DNS in a Weekend* by Julia Evans, available at
[https://implement-dns.wizardzines.com](https://implement-dns.wizardzines.com).

## Usage
python resolver.py example.com

## Further reading
- [RFC 1034 - Domain names - concepts and facilities](https://datatracker.ietf.org/doc/html/rfc1034)
- [RFC 1035 - Domain names - implementation and specification](https://datatracker.ietf.org/doc/html/rfc1035#section-3.2.2)
- [What is a DNS resolver?](https://www.nslookup.io/learning/what-is-a-dns-resolver/)