]> git.pld-linux.org Git - packages/pdns.git/blob - pdns.conf
- security blocker added
[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 #query-local-address=0.0.0.0 # LOCAL IPv$ address to which we send queries
19 #local-ipv6=               # Local IPv6 address to which we bind
20 #use-logfile=no            # Use a log file or syslog
21 #logfile=/var/log/pdns.log # Logfile to use 
22 #recursor=no               # If recursion is desired, IP address of a recursing 
23                            # nameserver
24 setgid=djbdns              # If set, change group id to this gid for more 
25                            # security
26 setuid=pdns                # If set, change user id to this uid for more 
27                            # security
28 #slave=no                  # Act as a slave
29 socket-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.053403 seconds and 3 git commands to generate.