]> git.pld-linux.org Git - packages/pdns.git/blame - pdns.conf
- mass commit: cosmetics (removed trailing white spaces)
[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
18#local-ipv6= # Local IPv6 address to which we bind
19#use-logfile=no # Use a log file or syslog
20#logfile=var/log/pdns.log # Logfile to use
21#recursor=no # If recursion is desired, IP address of a recursing
22 # nameserver
23setgid=djbdns # If set, change group id to this gid for more
24 # security
25setuid=pdns # If set, change user id to this uid for more
26 # security
27#slave=no # Act as a slave
28socket-dir=/var/run # Where the controlsocket will live
29#webserver=yes # Start a webserver for monitoring
30#webserver-address=127.0.0.1
31#webserver-password=myplainsecret
32#webserver-port=8088
This page took 0.075526 seconds and 4 git commands to generate.