CODE
options {
recursion no;
}
recursion no;
}
to prevent DDoS attacks. After that I added the The Planet monitoring IP adresses:
CODE
options {
recursion no;
listen-on {
12.96.160.0/24
67.19.0.0/24
216.234.234.0/24
70.85.125.0/24
70.84.160.0/24
}
recursion no;
listen-on {
12.96.160.0/24
67.19.0.0/24
216.234.234.0/24
70.85.125.0/24
70.84.160.0/24
}
But still the status is CRITICAL while the DNS is working fine.
Does anyone know how to have recursion disabled and allow monitoring the DNS?
