Skip to content

Commit

Permalink
The list of requirements has been corrected and added to the project …
Browse files Browse the repository at this point in the history
…description.

Added description for release 2.61.

Signed-off-by: vlad11 <[email protected]>
  • Loading branch information
click0 committed Aug 26, 2022
1 parent 14baf63 commit 5e70e50
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
13 changes: 8 additions & 5 deletions README.md
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:
-------------
Expand All @@ -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:
```
Expand Down Expand Up @@ -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

Expand Down
10 changes: 7 additions & 3 deletions domain-check-2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@
# Program: Domain Expiration Check <domain-check>
#
# Author: Matty < matty91 at gmail dot com >
# Co-author: Vladislav V. Prodan <github.com/click0>
#
# Current Version: 2.60
# Last Updated: 24-Jul-2022
# Current Version: 2.61
# Last Updated: 26-Aug-2022
#
# Revision History:
#
# Version 2.61
# The list of requirements has been corrected and added to the project description.
#
# Version 2.60
# Added support for .cf domain -- Vladislav V. Prodan <github.com/click0>
# Simplified checking for .dk/.tr/.xyz/.fi/.fr zones.
Expand Down Expand Up @@ -272,7 +276,7 @@
# registrars.
#
# Requirements:
# Requires whois, curl (for domains in the .kz zone)
# Requires whois, curl (for domains in the .kz zone), mail (mailutils)
#
# Installation:
# Copy the shell script to a suitable location
Expand Down

0 comments on commit 5e70e50

Please sign in to comment.