This commit is contained in:
Katharina Heidenreich 2026-03-15 21:01:11 +01:00
parent 2665bbb58f
commit 7001847751
2 changed files with 12 additions and 5 deletions

View file

@ -14,7 +14,7 @@ in
access-control = ["127.0.0.1 allow" "${net.network.subnet} allow"];
local-zone = "\"${net.local_domain}.\" static";
local-data =
local-data =
(map (name:
let ip = net.dnsMappings.${name}; in
"\"${name}. IN A ${ip}\""