nixos-module/container/dns: make nsupdate use TCP

This commit is contained in:
Astro 2023-06-05 01:25:32 +02:00
parent b8d27ab9ca
commit 07433f8e7e
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ in
path = [ pkgs.dnsutils ];
script = ''
${lib.concatMapStrings (zone: ''
nsupdate -y "hmac-sha256:dyndns:${config.site.dyndnsKey}" <<EOF
nsupdate -v -y "hmac-sha256:dyndns:${config.site.dyndnsKey}" <<EOF
server localhost
${lib.concatMapStringsSep "\n" ({ name, type, data }: ''