Skip to content

Commit

Permalink
Add dnscheck command
Browse files Browse the repository at this point in the history
  • Loading branch information
nickspaargaren committed Jul 28, 2024
1 parent 411a62c commit f186f4b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ do-install-packages:
@. .venv/bin/activate; pip install -r requirements.txt

whois: ## Check all domains with whois
@. .venv/bin/activate; cd scripts && python domain-check-api.py
@. .venv/bin/activate; cd scripts && python domain-check-api.py

dnscheck: ## Check all domains if they have a response
@. .venv/bin/activate; cd scripts && python dnscheck.py

0 comments on commit f186f4b

Please sign in to comment.