diff options
-rwxr-xr-x | files/domain-check | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/files/domain-check b/files/domain-check index ec5be77..b2df60b 100755 --- a/files/domain-check +++ b/files/domain-check @@ -4,10 +4,13 @@ # # Author: Matty < matty91 at gmail dot com > # -# Current Version: 1.10 +# Current Version: 1.12 # # Revision History: # +# Version 1.12 +# Fix lookup for .org domains. +# # Version 1.11 # Added support for .is domains # Fixing mail program path @@ -112,6 +115,8 @@ # # $ domain-check -a -f domains -q -x 60 -e admin@prefetch.net # +# TODO: +# - Integrate with https://github.com/fmarier/domain-check PATH=/bin:/usr/bin:/usr/local/bin:/usr/local/ssl/bin:/usr/sfw/bin ; export PATH |