]> git.pld-linux.org Git - packages/pdns.git/blame - pdns.conf
boost rebuild
[packages/pdns.git] / pdns.conf
CommitLineData
a4af621c 1#####
2###
3### Example /etc/pdns/pdns.conf PowerDNS main configuration file.
4### See http://doc.powerdns.com/all-settings.html for complete directives list.
5### CAUTION: This configuration allows pdns to run on ``test-only''
6### example.com zone. You need to tweak it to adjust to your
7### environment. All is in docs!
8###
9### $Header$
10
11#chroot=/some/where # If set, chroot to this directory for more security
12config-dir=/etc/pdns/ # Location of configuration directory (pdns.conf)
13launch=bind # Launch this backend
14bind-example-zones # example.com built-in bindings; for tests only!
15module-dir=/usr/lib/pdns # Default directory for modules
16#load-modules= # Load this module - supply absolute or relative path
17#local-address=0.0.0.0 # Local IPv4 address to which we bind
580ecbff 18#query-local-address=0.0.0.0 # LOCAL IPv$ address to which we send queries
a4af621c 19#local-ipv6= # Local IPv6 address to which we bind
20#use-logfile=no # Use a log file or syslog
024a7dac 21#logfile=/var/log/pdns.log # Logfile to use
a4af621c 22#recursor=no # If recursion is desired, IP address of a recursing
23 # nameserver
24setgid=djbdns # If set, change group id to this gid for more
25 # security
26setuid=pdns # If set, change user id to this uid for more
27 # security
28#slave=no # Act as a slave
29socket-dir=/var/run # Where the controlsocket will live
30#webserver=yes # Start a webserver for monitoring
31#webserver-address=127.0.0.1
32#webserver-password=myplainsecret
33#webserver-port=8088
This page took 0.027913 seconds and 4 git commands to generate.