Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 467 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 467 Bytes

domain-availability-checker

This shell script can check the list to see which domains are registered and which are free.

Before use this:

To use this script, make sure to install the whois package beforehand.

To install whois on Ubuntu, Debian, and Linux Mint:

sudo apt install whois

To install whois on CentOS, Fedora, AlmaLinux, and Red Hat:

sudo dnf install whois

To install whois on Arch Linux and Manjaro:

sudo pacman -S whois