A Script to verify the Domain Name System.
- This is useful to check for availability of DNS.
- Python
- Python 3 must be installed in your system.
- For first time, run this in terminal or powershell
pip3 install -r requirements.txt
- It will download all the required modules
- Now run the below command
Usage:
python main.py
example:
python main.py
Enter the DNS: gaana.com { "DNS": "gaana.com", "IP": [ "23.211.222.138" ], "AVAIL": false }