]> git.ipfire.org Git - thirdparty/knot-dns.git/commitdiff
samples: simplify sample configuration file
authorDaniel Salzman <daniel.salzman@nic.cz>
Tue, 19 Apr 2022 12:21:45 +0000 (14:21 +0200)
committerDaniel Salzman <daniel.salzman@nic.cz>
Fri, 22 Apr 2022 12:33:12 +0000 (14:33 +0200)
samples/knot.sample.conf.in

index 621af7396962e8e7f41024b35a04ced999ba3bac..be3f2ecc9446342aeb6c287f29d5de442768f0f5 100644 (file)
@@ -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