diff --git a/Makefile b/Makefile index c04923aa..3f22ae18 100644 --- a/Makefile +++ b/Makefile @@ -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 \ No newline at end of file + @. .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 \ No newline at end of file