knot: disable correct ipv4

This commit is contained in:
Sandro - 2024-04-25 20:42:25 +02:00
parent 601c4ed538
commit 0d12506c9c
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 2 deletions

View File

@ -95,11 +95,11 @@
address = [ "217.115.12.65" "2a00:1328:e101:b01::1" ];
} {
id = "ns1.supersandro.de";
# IPv4 doesn't work because of nat
address = [ /*"188.34.196.104"*/ "2a01:4f8:1c1c:1d38::1" ];
} {
id = "dns.serv.zentralwerk.org";
# IPv4 doesn't work because of nat
address = [ /*"172.20.73.2"*/ "2a00:8180:2c00:282:2::2" ];
address = [ "172.20.73.2" "2a00:8180:2c00:282:2::2" ];
}
];