Yesterday I found this code snippet on a DNS server made with Twisted. It just forwards the DNS queries to Google’s servers, with some optional filtering or transformation in the middle. It has been really shocking to see how easy is to make your own DNS server in Python…
Ok, ok, maybe it is not as fast [...]


