summaryrefslogtreecommitdiffstats
path: root/doc/migration.rst
diff options
context:
space:
mode:
authorDaniel Salzman <daniel.salzman@nic.cz>2015-03-02 14:25:51 +0100
committerDaniel Salzman <daniel.salzman@nic.cz>2015-04-09 09:22:08 +0200
commit97f58c2952ef13665d63f5941c48c09d0929b845 (patch)
tree29e9cbfb77fdf114d2626064a3ecf667e15aa90e /doc/migration.rst
parentmodules: integrate new configuration (diff)
downloadknot-97f58c2952ef13665d63f5941c48c09d0929b845.tar.xz
knot-97f58c2952ef13665d63f5941c48c09d0929b845.zip
Update manual pages and documentation
File knot.conf.5.in is generated from the documentation.
Diffstat (limited to 'doc/migration.rst')
-rw-r--r--doc/migration.rst14
1 files changed, 6 insertions, 8 deletions
diff --git a/doc/migration.rst b/doc/migration.rst
index 0bd3667f9..639ba6fa0 100644
--- a/doc/migration.rst
+++ b/doc/migration.rst
@@ -45,13 +45,11 @@ generated by Bind.
You can follow this example::
- zones {
- storage "/var/lib/knot";
- example.com {
- dnssec-enable on;
- dnssec-keydir "example.com.keys";
- file "example.com.db";
- }
- }
+ zone:
+ - domain: "example.com."
+ file: "example.com.db"
+ storage: "/var/lib/knot"
+ dnssec-enable: on
+ dnssec-keydir: "example.com.keys"
5. Start Knot DNS and check the log files to make sure that everything went right.