]> git.ipfire.org Git - thirdparty/pdns.git/blob - docs/manpages/pdns_server.1.rst
Merge pull request #8096 from mind04/pdns-notify-db-queries
[thirdparty/pdns.git] / docs / manpages / pdns_server.1.rst
1 pdns_server
2 ===========
3
4 Synopsis
5 --------
6
7 :program:`pdns_server` [*OPTION*]
8
9 Description
10 -----------
11
12 The PowerDNS Authoritative Server is a versatile nameserver which
13 supports a large number of backends. These backends can either be plain
14 zone files or be more dynamic in nature. Please see the online
15 documentation for more information.
16
17 Options
18 -------
19
20 See the online documentation for all options
21
22 --daemon Indicate if the server should run in the background as a real
23 daemon, or in the foreground.
24 --guardian Run :program:`pdns_server` inside a guardian. This guardian monitors the
25 performance of the inner :program:`pdns_server` instance. It is also this
26 guardian that :program:`pdns_control`\ talks to.
27 --control-console Run the server in a special monitor mode. This enables detailed
28 logging and exposes the raw control socket.
29 --loglevel=<LEVEL> Set the logging level.
30 --config Show the currently configuration. There are three optional values:
31 --config=default show the default configuration.
32 --config=diff show modified options in the curent configuration.
33 --config=check parse the current configuration, with error checking.
34 --help To view more options that are available use this program.
35
36 See also
37 --------
38
39 pdns_control(1), pdnsutil(1), `<https://doc.powerdns.com/>`__