A basic script to check for domain expiry and send a email
Go to file
2025-11-08 21:34:47 +00:00
check.sh Added Discord Webhook function 2023-05-23 19:23:39 +01:00
domain_expiry_check.sh Updated the program so it breaks out the config settings into env files. The script store each TLD → WHOIS server mapping in an associative array, If a TLD has already been checked, reuse it instead of calling whois.iana.org again. This is to prevent such TLD's as .contact from not being found. 2025-11-08 21:34:47 +00:00
domains.env Updated the program so it breaks out the config settings into env files. The script store each TLD → WHOIS server mapping in an associative array, If a TLD has already been checked, reuse it instead of calling whois.iana.org again. This is to prevent such TLD's as .contact from not being found. 2025-11-08 21:34:47 +00:00
domains.txt Added files 2023-04-22 22:16:21 +01:00
LICENSE Initial commit 2023-04-22 21:14:23 +00:00
notification.env Updated the program so it breaks out the config settings into env files. The script store each TLD → WHOIS server mapping in an associative array, If a TLD has already been checked, reuse it instead of calling whois.iana.org again. This is to prevent such TLD's as .contact from not being found. 2025-11-08 21:34:47 +00:00
README.md Initial commit 2023-04-22 21:14:23 +00:00

domain_checker

A basic script to check for domain expiry and send a email