##### ### ### Example /etc/pdns/pdns.conf PowerDNS main configuration file. ### See http://doc.powerdns.com/all-settings.html for complete directives list. ### CAUTION: This configuration allows pdns to run on ``test-only'' ### example.com zone. You need to tweak it to adjust to your ### environment. All is in docs! ### ### $Header: /cvsroot/SOURCES/pdns.conf,v 1.2 2003/01/18 16:16:56 kondi Exp $ #chroot=/some/where # If set, chroot to this directory for more security config-dir=/etc/pdns/ # Location of configuration directory (pdns.conf) launch=ldap # Launch this backend #bind-example-zones # example.com built-in bindings; for tests only! ldap-basedn=ou=Domains,dc=theinternetco,dc=net ldap-disable-ptrrecord=yes module-dir=/usr/lib/pdns # Default directory for modules #load-modules= # Load this module - supply absolute or relative path local-address=206.168.112.32 # Local IPv4 address to which we bind #local-ipv6=2001:470:1f00:140::1 # Local IPv6 address to which we bind #use-logfile=no # Use a log file or syslog #logfile=var/log/pdns.log # Logfile to use recursor=206.168.119.106 # If recursion is desired, IP address of a recursing # nameserver setgid=djbdns # If set, change group id to this gid for more # security setuid=pdns # If set, change user id to this uid for more # security #slave=no # Act as a slave socket-dir=/var/run # Where the controlsocket will live webserver=yes # Start a webserver for monitoring webserver-address=206.168.112.32 webserver-password=test webserver-port=8088 wildcards=no