Skip to content

Commit

Permalink
Allow recursion by default
Browse files Browse the repository at this point in the history
Update name server configuration file to allow any host to issue
recursive queries (allow-recursion statement).

https://fedorahosted.org/freeipa/ticket/1335
  • Loading branch information
mkosek authored and rcritten committed Jun 28, 2011
1 parent acc00af commit 5f4c75e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install/share/bind.named.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down

0 comments on commit 5f4c75e

Please sign in to comment.