├── README.md ├── dns.py └── test_dns.py /README.md: -------------------------------------------------------------------------------- 1 | # silly-python-dns-server 2 | -------------------------------------------------------------------------------- /dns.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jvns/tiny-python-dns-server/HEAD/dns.py -------------------------------------------------------------------------------- /test_dns.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jvns/tiny-python-dns-server/HEAD/test_dns.py --------------------------------------------------------------------------------