Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 328 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 328 Bytes

isDomainUp

Simple and short script to check if a given domain is up. It runs continously until domain is up.

Python version:

  • Python3

Requirements:

pip install -r requirements.txt

Usage:

python isDomainUp.py -url [URL]

Default wait time between retries is 30 seconds. Change wait time with -w [seconds].