##### ### ### 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=gpgsql # Launch this backend module-dir=/usr/lib/pdns # Default directory for modules #load-modules= # Load this module - supply absolute or relative path #local-address=0.0.0.0 # Local IPv4 address to which we bind #local-ipv6=:: # 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=no # 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=0.0.0.0 webserver-password=temp webserver-port=8088 gpgsql-dbname=theinternetco.net gpgsql-user=pdns gpgsql-password= gpgsql-basic-query=select content,ttl,prio,type,zone_id,name from records where type='%s' and name='%s' gpgsql-id-query=select content,ttl,prio,type,zone_id,name from records where type='%s' and name='%s' and domain_id=%d gpgsql-any-query=select content,ttl,prio,type,zone_id,name from records where name='%s' gpgsql-any-id-query=select content,ttl,prio,type,zone_id,name from records where name='%s' and zone_id=%d gpgsql-list-query=select content,ttl,prio,type,zone_id,name from records where zone_id=%d