diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-02-03 12:02:59 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-02-03 12:02:59 -0200 |
commit | 8de1af16ccb41d347f8e431e5a1bd0ec38ff09b2 (patch) | |
tree | 7221c77891964f7714eefbbebe76652eb36b7f12 | |
parent | 239bea3a2b3fa9ebb0de7343d53dc420b57a8e3f (diff) | |
download | puppet-domain_check-8de1af16ccb41d347f8e431e5a1bd0ec38ff09b2.tar.gz puppet-domain_check-8de1af16ccb41d347f8e431e5a1bd0ec38ff09b2.tar.bz2 |
ChangeLog and TODO update
-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 |