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:
parent
37ceb9fc13
commit
92aedad727
@ -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}) {
|
||||
|
Loading…
Reference in New Issue
Block a user