]> git.pld-linux.org Git - packages/pdns.git/blame - pdns.conf
- backends splitted
[packages/pdns.git] / pdns.conf
CommitLineData
d5cc2b05 1# allow-axfr-ips If disabled, DO allow zonetransfers from these IP addresses
2# allow-axfr-ips=
3
4# allow-recursion List of netmasks that are allowed to recurse
5# allow-recursion=
6
7# cache-ttl Seconds to store packets in the PacketCache
8# cache-ttl=20
9
10# chroot If set, chroot to this directory for more security
11# chroot=
12
13# config-dir Location of configuration directory (pdns.conf)
14config-dir=/etc/pdns/
15
16# config-name Name of this virtual configuration - will rename the binary image
17# config-name=
18
19# control-console Debugging switch - don't use
20# control-console=no
21
22# daemon Operate as a daemon
23# daemon=no
24
25# default-soa-name name to insert in the SOA record if none set in the backend
26# default-soa-name=hostmaster.this.domain.name
27
28# disable-axfr Disable zonetransfers but do allow TCP queries
29# disable-axfr=no
30
31# disable-tcp Do not listen to TCP queries
32# disable-tcp=no
33
34# distributor-threads Default number of Distributor (backend) threads to start
35# distributor-threads=3
36
37# fancy-records Process URL and MBOXFW records
38# fancy-records=no
39
40# guardian Run within a guardian process
41# guardian=no
42
43# launch Which backends to launch and order to query them in
44# launch=
45
46# lazy-recursion Only recurse if question cannot be answered locally
47# lazy-recursion=yes
48
49# load-modules Load this module - supply absolute or relative path
50# load-modules=
51
52# local-address Local IP address to which we bind
53# local-address=0.0.0.0
54
55# local-ipv6 Local IP address to which we bind
56# local-ipv6=
57
58# local-port The port on which we listen
59# local-port=53
60
61# log-dns-details If PDNS should log failed update requests
62# log-dns-details=
63
64# log-failed-updates If PDNS should log failed update requests
65# log-failed-updates=
66
67# logfile Logfile to use
68logfile=var/log/pdns.log
69
70# logging-facility Log under a specific facility
71# logging-facility=
72
73# loglevel Amount of logging. Higher is more. Do not set below 3
74# loglevel=4
75
76# master Act as a master
77# master=no
78
79# max-queue-length Maximum queuelength before considering situation lost
80# max-queue-length=5000
81
82# max-tcp-connections Maximum number of TCP connections
83# max-tcp-connections=10
84
85# module-dir Default directory for modules
86module-dir=/usr/lib/pdns
87
88# negquery-cache-ttl Seconds to store packets in the PacketCache
89# negquery-cache-ttl=60
90
91# only-soa Make sure that no SOA serial is less than this number
92# only-soa=org
93
94# out-of-zone-additional-processing Do out of zone additional processing
95# out-of-zone-additional-processing=no
96
97# query-cache-ttl Seconds to store packets in the PacketCache
98# query-cache-ttl=20
99
100# query-logging Hint backends that queries should be logged
101# query-logging=no
102
103# queue-limit Maximum number of milliseconds to queue a query
104# queue-limit=1500
105
106# receiver-threads Number of receiver threads to launch
107# receiver-threads=1
108
109# recursive-cache-ttl Seconds to store packets in the PacketCache
110# recursive-cache-ttl=10
111
112# recursor If recursion is desired, IP address of a recursing nameserver
113# recursor=no
114
115# setgid If set, change group id to this gid for more security
116setgid=djbdns
117
118# setuid If set, change user id to this uid for more security
119setuid=pdns
120
121# skip-cname Do not perform CNAME indirection for each query
122# skip-cname=no
123
124# slave Act as a slave
125# slave=no
126
127# slave-cycle-interval Reschedule failed SOA serial checks once every .. seconds
128# slave-cycle-interval=60
129
130# smtpredirector Our smtpredir MX host
131# smtpredirector=example.com
132
133# soa-minimum-ttl Default SOA mininum ttl
134# soa-minimum-ttl=3600
135
136# soa-serial-offset Make sure that no SOA serial is less than this number
137# soa-serial-offset=0
138
139# socket-dir Where the controlsocket will live
140socket-dir=/var/run
141
142# strict-rfc-axfrs Perform strictly rfc compliant axfrs (very slow)
143# strict-rfc-axfrs=no
144
145# urlredirector Where we send hosts to that need to be url redirected
146# urlredirector=127.0.0.1
147
148# use-logfile Use a log file
149# use-logfile=no
150
151# webserver Start a webserver for monitoring
152# webserver=yes
153
154# webserver-address IP Address of webserver to listen on
155# webserver-address=127.0.0.1
156
157# webserver-password Password required for accessing the webserver
158# webserver-password=myplainsecret
159
160# webserver-port Port of webserver to listen on
161# webserver-port=8088
162
163# webserver-print-arguments If the webserver should print arguments
164# webserver-print-arguments=no
165
166# wildcard-url Process URL and MBOXFW records
167# wildcard-url=no
168
169# wildcards Honor wildcards in the database
170# wildcards=
This page took 0.087036 seconds and 4 git commands to generate.