summaryrefslogtreecommitdiffstats
path: root/dehydrated
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-09-07 19:23:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-09-07 19:24:08 +0000
commit928ab522b36e2862febcf565ea85499f6f499f13 (patch)
tree655167c10f406d8762760a35d8c52ca80994ef3f /dehydrated
parentReleasing debian version 20210907-1. (diff)
downloadopen-infrastructure-service-tools-928ab522b36e2862febcf565ea85499f6f499f13.tar.xz
open-infrastructure-service-tools-928ab522b36e2862febcf565ea85499f6f499f13.zip
Merging upstream version 20210908.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dehydrated')
-rwxr-xr-xdehydrated/bin/dehydrated-nsupdate4
-rw-r--r--dehydrated/share/man/dehydrated-nsupdate.1.rst3
2 files changed, 5 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
diff --git a/dehydrated/share/man/dehydrated-nsupdate.1.rst b/dehydrated/share/man/dehydrated-nsupdate.1.rst
index db88f5e..b7e02a3 100644
--- a/dehydrated/share/man/dehydrated-nsupdate.1.rst
+++ b/dehydrated/share/man/dehydrated-nsupdate.1.rst
@@ -75,6 +75,9 @@ Features
| **bind9-dnsutils and knot-dnsutils support*
| **dehydrated-nsupdate** works with both nsupdate (bind9) and knsupdate (knot).
+| **IDN handling**
+| **dehydrated-nsupdate** works with IDN domains by not expanding the punycode.
+
Files
=====