| Disabling Recursive loopkups in Bind |
|
If you own your DNS servers, you should probably want to close recursive queries being gathered from your servers. In named.conf edit the options directive and add: options {
In secondary server: allow-transfer { none; }; allow-recursion { 127.0.0.1; A.B.C/24; }; |