diff options
Diffstat (limited to 'dehydrated/bin/dehydrated-nsupdate')
-rwxr-xr-x | dehydrated/bin/dehydrated-nsupdate | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dehydrated/bin/dehydrated-nsupdate b/dehydrated/bin/dehydrated-nsupdate index b870e3b..be773f8 100755 --- a/dehydrated/bin/dehydrated-nsupdate +++ b/dehydrated/bin/dehydrated-nsupdate @@ -45,11 +45,11 @@ esac if command -v kdig > /dev/null 2>&1 then # knot-dnsutils - DIG="kdig" + DIG="kdig +noidn" elif command -v dig > /dev/null 2>&1 then # bind-dnsutils - DIG="dig" + DIG="dig +noidnout" else echo "'${HOOK}': need dig from bind-dnsutils or knot-dnsutils" >&2 exit 1 |