summaryrefslogtreecommitdiff
path: root/templates/named-rndc.conf.epp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-09 14:38:51 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-09 14:38:51 +0200
commit7b3fed95f91a6877a88758558babf1bc549eeffc (patch)
tree85760a3c81ce5c35764140e507fae5d4db1befa9 /templates/named-rndc.conf.epp
parentRevert extra rndc-keyfile include. (diff)
downloaddns-7b3fed95f91a6877a88758558babf1bc549eeffc.tar.gz
dns-7b3fed95f91a6877a88758558babf1bc549eeffc.tar.xz
Place each zone and key declaration in own file.
This removes the dependency on concat, and allows for non-purging configurations.
Diffstat (limited to '')
-rw-r--r--templates/named-rndc.conf.epp5
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/named-rndc.conf.epp b/templates/named-rndc.conf.epp
index fd069a5..e69de29 100644
--- a/templates/named-rndc.conf.epp
+++ b/templates/named-rndc.conf.epp
@@ -1,5 +0,0 @@
-include "<%= $dns::rndc_key_file %>";
-
-controls {
- inet 127.0.0.1 port 953 allow { 127.0.0.1; } keys { "rndc-key"; };
-};