All Questions
1 question
1
vote
0
answers
109
views
Python Script to look for DNS expiration [closed]
I just wrote a Python script that will take a list of urls and find which ones are about to expire.
The program queries a database, gets the websites, sanitizes the list, then loops through the list ...