From 8be69d13ad84ec2b24a0e2523c72bdb6df18261f Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 5 Mar 2023 22:16:06 +0100 Subject: [PATCH] cluster/services/dns: forward consul domain --- cluster/services/dns/authoritative.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/cluster/services/dns/authoritative.nix b/cluster/services/dns/authoritative.nix index 6d8173b..8bfe4a1 100644 --- a/cluster/services/dns/authoritative.nix +++ b/cluster/services/dns/authoritative.nix @@ -52,6 +52,7 @@ in { prefetch 3 serve_stale 86400s } + forward service.eu-central.sd-magic.${domain} 127.0.0.1:8600 forward . ${config.links.localAuthoritativeDNS.tuple} } '';