Compare commits

...

2 Commits

Author SHA1 Message Date
Sandro - 57e86a5dbf
dns: listen on some addresses 2024-04-21 18:49:34 +02:00
Sandro - 18fb8b635f
dns: add public ns.spaceboyz.net 2024-04-21 18:47:30 +02:00
1 changed files with 6 additions and 2 deletions

View File

@ -95,7 +95,7 @@ in
# ns.c3d2.de
hosts4.knot hosts6.dn42.knot hosts6.up4.knot
# ns.spaceboyz.net
"172.22.24.4" "2a01:4f9:4b:39ec::4"
"172.22.24.4" "95.217.229.209" "2a01:4f9:4b:39ec::4"
# ns1.supersandro.de
"188.34.196.104" "2a01:4f8:1c1c:1d38::1"
];
@ -128,7 +128,7 @@ in
inherit via;
} {
id = "ns.spaceboyz.net";
address = [ "172.22.24.4" "2a01:4f9:4b:39ec::4" ];
address = [ "172.22.24.4" "95.217.229.209" "2a01:4f9:4b:39ec::4" ];
inherit via;
} {
id = "ns1.supersandro.de";
@ -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;
};