diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2022-04-19 14:21:45 +0200 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2022-04-22 14:33:12 +0200 |
commit | cd9e3e3932001daabb98e654a6d593ef0bd02742 (patch) | |
tree | b747cd3daea3f5a8db1b8bed54b4f0f5b8d4e2ea /samples/knot.sample.conf.in | |
parent | conf: add optional automatic ACL rule synthesis for 'master' and 'notify' rem... (diff) | |
download | knot-cd9e3e3932001daabb98e654a6d593ef0bd02742.tar.xz knot-cd9e3e3932001daabb98e654a6d593ef0bd02742.zip |
samples: simplify sample configuration file
Diffstat (limited to 'samples/knot.sample.conf.in')
-rw-r--r-- | samples/knot.sample.conf.in | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/samples/knot.sample.conf.in b/samples/knot.sample.conf.in index 621af7396..be3f2ecc9 100644 --- a/samples/knot.sample.conf.in +++ b/samples/knot.sample.conf.in @@ -4,6 +4,7 @@ server: rundir: "@run_dir@" user: knot:knot + automatic-acl: on # listen: [ 127.0.0.1@53, ::1@53 ] log: @@ -20,15 +21,6 @@ remote: # - id: primary # address: 192.168.2.1@53 -acl: -# - id: acl_secondary -# address: 192.168.1.1 -# action: transfer - -# - id: acl_primary -# address: 192.168.2.1 -# action: notify - template: - id: default storage: "@storage_dir@" @@ -38,9 +30,7 @@ zone: # # Primary zone # - domain: example.com # notify: secondary -# acl: acl_secondary # # Secondary zone # - domain: example.net # master: primary -# acl: acl_primary |