From: Daniel Salzman Date: Tue, 19 Apr 2022 12:21:45 +0000 (+0200) Subject: samples: simplify sample configuration file X-Git-Tag: v3.3.dev~141^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd9e3e3932001daabb98e654a6d593ef0bd02742;p=thirdparty%2Fknot-dns.git samples: simplify sample configuration file --- diff --git a/samples/knot.sample.conf.in b/samples/knot.sample.conf.in index 621af73969..be3f2ecc94 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