summaryrefslogtreecommitdiff
path: root/test/testdata/dnssec/local-root-knot/knot.conf
diff options
context:
space:
mode:
Diffstat (limited to 'test/testdata/dnssec/local-root-knot/knot.conf')
-rw-r--r--test/testdata/dnssec/local-root-knot/knot.conf31
1 files changed, 31 insertions, 0 deletions
diff --git a/test/testdata/dnssec/local-root-knot/knot.conf b/test/testdata/dnssec/local-root-knot/knot.conf
new file mode 100644
index 0000000..48b4cbf
--- /dev/null
+++ b/test/testdata/dnssec/local-root-knot/knot.conf
@@ -0,0 +1,31 @@
+# Configuration export (Knot DNS 2.2.0-dev)
+
+server:
+ user: "user:user"
+ listen: [ "0.0.0.0@53", "::@53" ]
+
+control:
+ listen: "knot.sock"
+
+log:
+ - target: "stderr"
+ any: "warning"
+
+ - target: "syslog"
+ any: "info"
+
+template:
+ - id: "default"
+ dnssec-signing: "on"
+ kasp-db: "/home/user/usr/etc/knot"
+
+zone:
+ - domain: "."
+ file: "/home/user/usr/etc/knot/root.zone"
+
+ - domain: "com."
+ file: "/home/user/usr/etc/knot/com.zone"
+
+ - domain: "example.com."
+ file: "/home/user/usr/etc/knot/example.com.zone"
+