summaryrefslogtreecommitdiffstats
path: root/dehydrated/bin/dehydrated-nsupdate
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-09-07 19:23:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-09-07 19:23:42 +0000
commit5e2660a191ae5cc43c6400e5e49240cc939762d7 (patch)
tree062ec1498cb8fffcf916dd7264042a640b33aca1 /dehydrated/bin/dehydrated-nsupdate
parentAdding upstream version 20210907. (diff)
downloadopen-infrastructure-service-tools-0307feb2111317162d9b1866187eecd97c10f169.tar.xz
open-infrastructure-service-tools-0307feb2111317162d9b1866187eecd97c10f169.zip
Adding upstream version 20210908.upstream/20210908
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dehydrated/bin/dehydrated-nsupdate')
-rwxr-xr-xdehydrated/bin/dehydrated-nsupdate4
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