summaryrefslogtreecommitdiff
path: root/domain
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-12-25 11:54:21 -0800
committerBen Sima <ben@bsima.me>2019-12-25 11:56:32 -0800
commit83badd89ebc16a8b1f7e4b2535f21a411c86a0f9 (patch)
treeffd17b412da72958e31a04bff52665a359167c43 /domain
parent18124356515a175ce7cfd2ea3c91948250cc0e86 (diff)
add more matches
Diffstat (limited to 'domain')
-rwxr-xr-xdomain2
1 files changed, 1 insertions, 1 deletions
diff --git a/domain b/domain
index 3dc1ecc..bb0303d 100755
--- a/domain
+++ b/domain
@@ -8,7 +8,7 @@ if [ "$#" == "0" ]; then
fi
#
whois $1 | egrep -q \
- '^No match|^NOT FOUND|^Not fo|AVAILABLE|^No Data Fou|has not been regi|No entri'
+ '^No match|^NOT FOUND|not found|^Not fo|AVAILABLE|^No Data Fou|has not been regi|No entri'
#
if [ $? -eq 0 ]; then
echo "ok : $1"