]> git.pld-linux.org Git - packages/pdns.git/blob - pdns.conf
- patch to remove BR on libpq++-static
[packages/pdns.git] / pdns.conf
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
12 config-dir=/etc/pdns/      # Location of configuration directory (pdns.conf)
13 launch=bind                # Launch this backend
14 bind-example-zones         # example.com built-in bindings; for tests only!
15 module-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
23 setgid=djbdns              # If set, change group id to this gid for more 
24                            # security
25 setuid=pdns                # If set, change user id to this uid for more 
26                            # security
27 #slave=no                  # Act as a slave
28 socket-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.061767 seconds and 3 git commands to generate.