From 69c6a41ffb878ef98c9378ed4b1634a404cfaa7f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 02:53:35 +0200 Subject: Adding upstream version 2.7.6. Signed-off-by: Daniel Baumann --- samples/knot.sample.conf.in | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 samples/knot.sample.conf.in (limited to 'samples/knot.sample.conf.in') diff --git a/samples/knot.sample.conf.in b/samples/knot.sample.conf.in new file mode 100644 index 0000000..10302f9 --- /dev/null +++ b/samples/knot.sample.conf.in @@ -0,0 +1,43 @@ +# This is a sample of a minimal configuration file for Knot DNS. +# See knot.conf(5) or refer to the server documentation. + +server: + rundir: "@run_dir@" + user: knot:knot + listen: [ 127.0.0.1@53, ::1@53 ] + +log: + - target: syslog + any: info + +remote: +# - id: slave +# address: 192.168.1.1@53 +# +# - id: master +# address: 192.168.2.1@53 + +acl: +# - id: acl_slave +# address: 192.168.1.1 +# action: transfer + +# - id: acl_master +# address: 192.168.2.1 +# action: notify + +template: + - id: default + storage: "@storage_dir@" + file: "%s.zone" + +zone: +# # Master zone +# - domain: example.com +# notify: slave +# acl: acl_slave + +# # Slave zone +# - domain: example.net +# master: master +# acl: acl_master -- cgit v1.2.3