From 99669f5f0cce625579c81e356a9503e092a50809 Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Jun 28 2011 03:13:46 +0000 Subject: Allow recursion by default Update name server configuration file to allow any host to issue recursive queries (allow-recursion statement). https://fedorahosted.org/freeipa/ticket/1335 --- diff --git a/install/share/bind.named.conf.template b/install/share/bind.named.conf.template index 71facba..e843b4c 100644 --- a/install/share/bind.named.conf.template +++ b/install/share/bind.named.conf.template @@ -11,6 +11,9 @@ options { forward first; forwarders {$FORWARDERS}; + // Any host is permitted to issue recursive queries + allow-recursion { any; }; + tkey-gssapi-credential "DNS/$FQDN"; tkey-domain "$REALM"; };