dsa-check-zone-signature-all: tell dig not to convert punycode
[mirror/dsa-nagios.git] / dsa-nagios-checks / checks / dsa-check-zone-signature-all
index 45e4399..701107f 100755 (executable)
@@ -36,7 +36,7 @@ if [ -z "$BASE" ] || ! [ -d "$BASE" ] ; then
        exit 3
 fi
 
-EXTRA="-b 127.0.0.1"
+EXTRA="-b 127.0.0.1 +noidnout"
 MASTER=$(hostname -f)
 
 zones=$(mktemp)