Browse Source

use the reasonable localnets identifier

master
parent
commit
07f3da5f9f
  1. 2
      bind/bind.txt

2
bind/bind.txt

@ -48,7 +48,7 @@ options {
statistics-file "@l_prefix@/var/bind/named.stats";
allow-query { any; };
allow-transfer { any; };
allow-recursion { 127.0.0.0/8; };
allow-recursion { localnets; };
recursion yes;
transfers-in 10;
transfers-per-ns 2;

Loading…
Cancel
Save