1KNOTD(8) Knot DNS KNOTD(8)
2
3
4
6 knotd - Knot DNS server daemon
7
9 knotd [parameters]
10
12 Parameters
13 -c, --config file
14 Use a textual configuration file (default is
15 /etc/knot/knot.conf).
16
17 -C, --confdb directory
18 Use a binary configuration database directory (default is
19 /var/lib/knot/confdb). The default configuration database, if
20 exists, has a preference to the default configuration file.
21
22 -m, --max-conf-size MiB
23 Set maximum size of the configuration database (default is 500
24 MiB, maximum 10000 MiB).
25
26 -s, --socket path
27 Use a remote control UNIX socket path (default is
28 /run/knot/knot.sock).
29
30 -d, --daemonize [directory]
31 Run the server as a daemon. New root directory may be specified
32 (default is /).
33
34 -v, --verbose
35 Enable debug output.
36
37 -h, --help
38 Print the program help.
39
40 -V, --version
41 Print the program version.
42
44 Exit status of 0 means successful operation. Any other exit status in‐
45 dicates an error.
46
48 knot.conf(5), knotc(8), keymgr(8), kjournalprint(8).
49
51 CZ.NIC Labs <https://www.knot-dns.cz>
52
54 Copyright 2010–2021, CZ.NIC, z.s.p.o.
55
56
57
58
593.0.6 2021-05-12 KNOTD(8)