Posts tagged with DNS
Programming a client for the WHOIS protocol
Dennis - October 10th, 2007
Published in Programming, Web
I have a little task that involves programmatically determining whether DNS servers are set correctly for a domain. Since this project is written in Python, I first set out to see if there were any “whois” clients already available for Python. I eventually found rwhois.py, which is a whois client with recursive [...]
4 Comments