Skip to content

Commit

Permalink
Turning off recursion for DNS CentOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Andrews committed Jan 2, 2013
1 parent 525168a commit 92686dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/build/config_packs/centos_6_3/bind/named.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ options {
statistics-file "/var/named/data/named_stats.txt";
memstatistics-file "/var/named/data/named_mem_stats.txt";
allow-query { any; };
recursion yes;
recursion no;

dnssec-enable yes;
dnssec-validation yes;
Expand Down

0 comments on commit 92686dc

Please sign in to comment.