summaryrefslogtreecommitdiffstats
path: root/install/share/bind.named.conf.template
diff options
context:
space:
mode:
Diffstat (limited to 'install/share/bind.named.conf.template')
-rw-r--r--install/share/bind.named.conf.template3
1 files changed, 3 insertions, 0 deletions
diff --git a/install/share/bind.named.conf.template b/install/share/bind.named.conf.template
index 71facbaf7..e843b4c00 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";
};