dns: listen on some addresses

This commit is contained in:
Sandro - 2024-04-21 18:49:34 +02:00
parent 18fb8b635f
commit 57e86a5dbf
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 4 additions and 0 deletions

View File

@ -146,6 +146,10 @@ in
answer-rotation = true;
automatic-acl = true;
identity = "dns.serv.zentralwerk.org";
listen = with config.site.net; [
"127.0.0.1" "::1"
serv.hosts4.dns serv.hosts6.up4.dns serv.hosts6.dn42.dns
];
tcp-fastopen = true;
version = null;
};