root/trunk/pdns/pdns/pdns.conf-dist @ 13

Revision 13, 6.4 KB (checked in by ahu, 11 years ago)

open source work

  • Property svn:eol-style set to native
  • Property svn:keywords set to author date id revision
Line 
1# Autogenerated configuration file template
2#################################
3# allow-axfr-ips        If disabled, DO allow zonetransfers from these IP addresses
4#
5# allow-axfr-ips=
6
7#################################
8# allow-recursion       List of netmasks that are allowed to recurse
9#
10# allow-recursion=
11
12#################################
13# cache-ttl     Seconds to store packets in the PacketCache
14#
15# cache-ttl=20
16
17#################################
18# chroot        If set, chroot to this directory for more security
19#
20# chroot=
21
22#################################
23# config-dir    Location of configuration directory (pdns.conf)
24#
25# config-dir=/usr/local/etc
26
27#################################
28# config-name   Name of this virtual configuration - will rename the binary image
29#
30# config-name=
31
32#################################
33# control-console       Debugging switch - don't use
34#
35# control-console=no
36
37#################################
38# daemon        Operate as a daemon
39#
40# daemon=no
41
42#################################
43# default-soa-name      name to insert in the SOA record if none set in the backend
44#
45# default-soa-name=a.misconfigured.powerdns.server
46
47#################################
48# disable-axfr  Disable zonetransfers but do allow TCP queries
49#
50# disable-axfr=no
51
52#################################
53# disable-tcp   Do not listen to TCP queries
54#
55# disable-tcp=no
56
57#################################
58# distributor-threads   Default number of Distributor (backend) threads to start
59#
60# distributor-threads=3
61
62#################################
63# fancy-records Process URL and MBOXFW records
64#
65# fancy-records=no
66
67#################################
68# guardian      Run within a guardian process
69#
70# guardian=no
71
72#################################
73# launch        Which backends to launch and order to query them in
74#
75# launch=
76
77#################################
78# lazy-recursion        Only recurse if question cannot be answered locally
79#
80# lazy-recursion=yes
81
82#################################
83# load-modules  Load this module - supply absolute or relative path
84#
85# load-modules=
86
87#################################
88# local-address Local IP address to which we bind
89#
90# local-address=0.0.0.0
91
92#################################
93# local-ipv6    Local IP address to which we bind
94#
95# local-ipv6=
96
97#################################
98# local-port    The port on which we listen
99#
100# local-port=53
101
102#################################
103# log-dns-details       If PDNS should log failed update requests
104#
105# log-dns-details=
106
107#################################
108# log-failed-updates    If PDNS should log failed update requests
109#
110# log-failed-updates=
111
112#################################
113# logfile       Logfile to use
114#
115# logfile=pdns.log
116
117#################################
118# logging-facility      Log under a specific facility
119#
120# logging-facility=
121
122#################################
123# loglevel      Amount of logging. Higher is more. Do not set below 3
124#
125# loglevel=4
126
127#################################
128# master        Act as a master
129#
130# master=no
131
132#################################
133# max-queue-length      Maximum queuelength before considering situation lost
134#
135# max-queue-length=5000
136
137#################################
138# max-tcp-connections   Maximum number of TCP connections
139#
140# max-tcp-connections=10
141
142#################################
143# module-dir    Default directory for modules
144#
145# module-dir=/usr/local/bin/../lib
146
147#################################
148# negquery-cache-ttl    Seconds to store packets in the PacketCache
149#
150# negquery-cache-ttl=60
151
152#################################
153# only-soa      Make sure that no SOA serial is less than this number
154#
155# only-soa=org
156
157#################################
158# out-of-zone-additional-processing     Do out of zone additional processing
159#
160# out-of-zone-additional-processing=no
161
162#################################
163# query-cache-ttl       Seconds to store packets in the PacketCache
164#
165# query-cache-ttl=20
166
167#################################
168# query-logging Hint backends that queries should be logged
169#
170# query-logging=no
171
172#################################
173# queue-limit   Maximum number of milliseconds to queue a query
174#
175# queue-limit=1500
176
177#################################
178# receiver-threads      Number of receiver threads to launch
179#
180# receiver-threads=1
181
182#################################
183# recursive-cache-ttl   Seconds to store packets in the PacketCache
184#
185# recursive-cache-ttl=10
186
187#################################
188# recursor      If recursion is desired, IP address of a recursing nameserver
189#
190# recursor=no
191
192#################################
193# setgid        If set, change group id to this gid for more security
194#
195# setgid=
196
197#################################
198# setuid        If set, change user id to this uid for more security
199#
200# setuid=
201
202#################################
203# skip-cname    Do not perform CNAME indirection for each query
204#
205# skip-cname=no
206
207#################################
208# slave Act as a slave
209#
210# slave=no
211
212#################################
213# slave-cycle-interval  Reschedule failed SOA serial checks once every .. seconds
214#
215# slave-cycle-interval=60
216
217#################################
218# smtpredirector        Our smtpredir MX host
219#
220# smtpredirector=a.misconfigured.powerdns.smtp.server
221
222#################################
223# soa-minimum-ttl       Default SOA mininum ttl
224#
225# soa-minimum-ttl=3600
226
227#################################
228# soa-serial-offset     Make sure that no SOA serial is less than this number
229#
230# soa-serial-offset=0
231
232#################################
233# socket-dir    Where the controlsocket will live
234#
235# socket-dir=/var/run
236
237#################################
238# strict-rfc-axfrs      Perform strictly rfc compliant axfrs (very slow)
239#
240# strict-rfc-axfrs=no
241
242#################################
243# urlredirector Where we send hosts to that need to be url redirected
244#
245# urlredirector=127.0.0.1
246
247#################################
248# use-logfile   Use a log file
249#
250# use-logfile=no
251
252#################################
253# webserver     Start a webserver for monitoring
254#
255# webserver=no
256
257#################################
258# webserver-address     IP Address of webserver to listen on
259#
260# webserver-address=127.0.0.1
261
262#################################
263# webserver-password    Password required for accessing the webserver
264#
265# webserver-password=
266
267#################################
268# webserver-port        Port of webserver to listen on
269#
270# webserver-port=8081
271
272#################################
273# webserver-print-arguments     If the webserver should print arguments
274#
275# webserver-print-arguments=no
276
277#################################
278# wildcard-url  Process URL and MBOXFW records
279#
280# wildcard-url=no
281
282#################################
283# wildcards     Honor wildcards in the database
284#
285# wildcards=
286
287
Note: See TracBrowser for help on using the browser.