diff options
author | Ben Sima <ben@bsima.me> | 2019-12-25 11:54:21 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-12-25 11:56:32 -0800 |
commit | 83badd89ebc16a8b1f7e4b2535f21a411c86a0f9 (patch) | |
tree | ffd17b412da72958e31a04bff52665a359167c43 /domain | |
parent | 18124356515a175ce7cfd2ea3c91948250cc0e86 (diff) |
add more matches
Diffstat (limited to 'domain')
-rwxr-xr-x | domain | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |