From 07433f8e7e4ef13d8284e88babd197a1bb1a500c Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 5 Jun 2023 01:25:32 +0200 Subject: [PATCH] nixos-module/container/dns: make nsupdate use TCP --- nix/nixos-module/container/dns.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/nixos-module/container/dns.nix b/nix/nixos-module/container/dns.nix index a7f36b0..9583055 100644 --- a/nix/nixos-module/container/dns.nix +++ b/nix/nixos-module/container/dns.nix @@ -152,7 +152,7 @@ in path = [ pkgs.dnsutils ]; script = '' ${lib.concatMapStrings (zone: '' - nsupdate -y "hmac-sha256:dyndns:${config.site.dyndnsKey}" <