forked from nixcraft/domain-check-2
-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The list of requirements has been corrected and added to the project …
…description. Added description for release 2.61. Signed-off-by: vlad11 <[email protected]>
- Loading branch information
Showing
2 changed files
with
15 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Domain Expiration Check Shell Script | ||
==================================== | ||
A simple shell script to display or notify the user via email about domain status and expiry date. | ||
A simple shell script to display or notify the user via email about domain status and expiry date. | ||
|
||
Installation: | ||
------------- | ||
|
@@ -9,19 +9,22 @@ Use the curl or wget command to grab script as follows: | |
``` | ||
$ wget https://raw.githubusercontent.com/click0/domain-check-2/master/domain-check-2.sh | ||
## [ sample domain list for testing purpose ] ## | ||
$ wget https://raw.githubusercontent.com/click0/domain-check-2/master/domain-list.txt | ||
$ wget https://raw.githubusercontent.com/click0/domain-check-2/master/domain-list.txt | ||
## [ install it in /usr/local/bin dir ] ## | ||
$ sudo cp -vf domain-check-2.sh /usr/local/bin/domain-check-2 | ||
$ sudo chmod +x /usr/local/bin/domain-check-2 | ||
``` | ||
Requirements: | ||
- | ||
Requires whois, curl (for domains in the .kz zone), mail (mailutils). | ||
|
||
Usage: | ||
------ | ||
Run it as follows: | ||
``` | ||
$ domain-check-2 -d google.com | ||
$ domain-check-2 -f domain-list.txt | ||
$ domain-check-2 -f domain-list.txt -a -e [email protected] | ||
$ domain-check-2 -f domain-list.txt -a -e [email protected] | ||
``` | ||
Sample outputs: | ||
``` | ||
|
@@ -81,12 +84,12 @@ Usage: domain-check-2.sh [ -e email ] [ -x expir_days ] [ -q ] [ -a ] [ -h ] [ - | |
Authors: | ||
-------- | ||
* Origianl Author: Matty < matty91 at gmail dot com > https://github.com/Matty9191 | ||
* Forked by nixCraft https://www.cyberciti.biz/tips/domain-check-script.html | ||
* Forked by nixCraft https://www.cyberciti.biz/tips/domain-check-script.html | ||
* Forked and maintained by Vladislav V. Prodan <github.com/click0> | ||
|
||
## 🤝 Contributing | ||
|
||
Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/click0/domain-check-2/issues). | ||
Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/click0/domain-check-2/issues). | ||
|
||
## Show your support | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters