conf/dns.conf
author Tomas Zeman <tzeman@volny.cz>
Fri, 27 Dec 2013 10:18:15 +0100
changeset 31 50abf2d64158
parent 9 8c143dccc517
permissions -rw-r--r--
conf/pkg-audit.conf: pkg audit counterpart to portaudit

# Checks DNS A record $1 on server $2
# Returns exit code of host(1) command: 0 - Ok, 1 - error
# (Hint: define value map for 0, 1)
UserParameter=host[*],host -W 3 $1 $2 > /dev/null; echo $?