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
This commit is contained in:
Martin Kosek 2011-06-22 08:35:50 +02:00 committed by Rob Crittenden
parent acc00afa4c
commit 5f4c75eb28

View File

@ -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";
};