From 92aedad72732821bfba97b6da8407fb2605f3328 Mon Sep 17 00:00:00 2001 From: daniceexi Date: Thu, 29 May 2014 07:29:24 -0400 Subject: [PATCH] defect 4144: to allow the recursion call for local named that the dns resolve request from other network is also allowed --- xCAT-server/lib/xcat/plugins/ddns.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/lib/xcat/plugins/ddns.pm b/xCAT-server/lib/xcat/plugins/ddns.pm index 5d7f90473..ddda1a6a8 100755 --- a/xCAT-server/lib/xcat/plugins/ddns.pm +++ b/xCAT-server/lib/xcat/plugins/ddns.pm @@ -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}) {