defect 4144: to allow the recursion call for local named that the dns resolve request from other network is also allowed

This commit is contained in:
daniceexi 2014-05-29 07:29:24 -04:00
parent 37ceb9fc13
commit 92aedad727

View File

@ -1009,6 +1009,7 @@ sub update_namedconf {
push @newnamed,"options {\n";
unless ($slave && xCAT::Utils->isLinux()) {
push @newnamed,"\tdirectory \"".$ctx->{zonesdir}."\";\n";
push @newnamed, "\tallow-recursion { any; };\n";
}
push @newnamed,"\t\t//listen-on-v6 { any; };\n";
if ($ctx->{forwarders}) {