cluster/services/dns: handle consul addr requests correctly

This commit is contained in:
Max Headroom 2023-03-06 00:49:44 +01:00
parent 63b9957926
commit 2b6b6964b7

View file

@ -53,6 +53,7 @@ in {
serve_stale 86400s
}
forward service.eu-central.sd-magic.${domain} 127.0.0.1:8600
forward addr.eu-central.sd-magic.${domain} 127.0.0.1:8600
forward . ${config.links.localAuthoritativeDNS.tuple}
}
'';