Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
Added support for .stream domain
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye116477 committed Jun 16, 2019
1 parent 0435e75 commit 4c3b2fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
10 changes: 7 additions & 3 deletions domain-check-2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@
#
# Author: Matty < matty91 at gmail dot com >
#
# Current Version: 2.40
# Last Updated: 14-June-2019
# Current Version: 2.41
# Last Updated: 16-June-2019
#
# Revision History:
#
# Version 2.41
# Added support for .stream domain -- https://github.com/hawkeye116477
#
# Version 2.40
# Partial syntax fixes in the script -- Vladislav V. Prodan <github.com/click0>
#
Expand Down Expand Up @@ -654,7 +657,8 @@ check_domain_status()
"${TLDTYPE}" == "top" -o "${TLDTYPE}" == "bid" -o "${TLDTYPE}" == "ng" -o "${TLDTYPE}" == "site" -o \
"${TLDTYPE}" == "icu" -o "${TLDTYPE}" == "cloud" -o "${TLDTYPE}" == "systems" -o \
"${TLDTYPE}" == "expert" -o "${TLDTYPE}" == "express" -o "${TLDTYPE}" == "ca" -o "${TLDTYPE}" == "space" -o \
"${TLDTYPE}" == "fun" -o "${TLDTYPE}" == "museum" -o "${TLDTYPE}" == "live" -o "${TLDTYPE}" == "club" ]; # added on 26-aug-2017 by nixCraft
"${TLDTYPE}" == "fun" -o "${TLDTYPE}" == "museum" -o "${TLDTYPE}" == "live" -o "${TLDTYPE}" == "club" -o \
"${TLDTYPE}" == "stream" ]; # added on 26-aug-2017 by nixCraft
then
tdomdate=`${AWK} '/Registry Expiry Date:/ { print $NF }' ${WHOIS_TMP}`
tyear=`echo ${tdomdate} | ${CUT} -d'-' -f1`
Expand Down
1 change: 1 addition & 0 deletions domain-list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ google.museum
nic.live
google.sk
nic.club
nic.stream

0 comments on commit 4c3b2fe

Please sign in to comment.