1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
|
.\" Man page generated from reStructuredText.
.
.
.nr rst2man-indent-level 0
.
.de1 rstReportMargin
\\$1 \\n[an-margin]
level \\n[rst2man-indent-level]
level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
-
\\n[rst2man-indent0]
\\n[rst2man-indent1]
\\n[rst2man-indent2]
..
.de1 INDENT
.\" .rstReportMargin pre:
. RS \\$1
. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
. nr rst2man-indent-level +1
.\" .rstReportMargin post:
..
.de UNINDENT
. RE
.\" indent \\n[an-margin]
.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
.nr rst2man-indent-level -1
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "PDNS_SERVER" "1" "Feb 19, 2026" "" "PowerDNS Authoritative Server"
.SH NAME
pdns_server \- The PowerDNS Authoritative Nameserver
.SH SYNOPSIS
.sp
\fBpdns_server\fP [\fIOPTION\fP]
.SH DESCRIPTION
.sp
The PowerDNS Authoritative Server is a versatile nameserver which
supports a large number of backends. These backends can either be plain
zone files or be more dynamic in nature. Please see the online
documentation for more information.
.SH OPTIONS
.sp
See the online documentation for all options. The most important ones are:
.INDENT 0.0
.TP
.B \-\-daemon
Indicate if the server should run in the background as a real
daemon, or in the foreground.
.TP
.B \-\-guardian
Run \fBpdns_server\fP inside a guardian. This guardian monitors the
performance of the inner \fBpdns_server\fP instance. It is also this
guardian that \fBpdns_control\fP talks to.
.TP
.B \-\-control\-console
Run the server in a special monitor mode. This enables detailed
logging and exposes the raw control socket.
.TP
.BI \-\-loglevel\fB= <LEVEL>
Set the logging level.
.TP
.B \-\-config
Show the current configuration. There are three optional values:
.INDENT 7.0
.TP
.BI \-\-config\fB= default
show the default configuration.
.TP
.BI \-\-config\fB= diff
show modified options in the current configuration.
.TP
.BI \-\-config\fB= check
parse the current configuration, with error checking.
.UNINDENT
.TP
.B \-\-help
Display the list of all the available options.
.UNINDENT
.SH SEE ALSO
.sp
pdns_control(1), pdnsutil(1), \fI\%https://doc.powerdns.com/\fP
.SH AUTHOR
PowerDNS.COM BV
.SH COPYRIGHT
PowerDNS.COM BV
.\" Generated by docutils manpage writer.
.
|