]> granicus.if.org Git - pdns/commitdiff
this example config file hasn't been updated in ages! Thanks to Leen Besselink for...
authorBert Hubert <bert.hubert@netherlabs.nl>
Sun, 14 Jan 2007 14:58:37 +0000 (14:58 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Sun, 14 Jan 2007 14:58:37 +0000 (14:58 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@946 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/pdns.conf-dist

index ae68a56460e71fa748598025d25f600ed4cbd9fb..497499ed2c0f06607373470fe02193a219f65793 100644 (file)
@@ -1,13 +1,18 @@
 # Autogenerated configuration file template
 #################################
-# allow-axfr-ips       If disabled, DO allow zonetransfers from these IP addresses
+# allow-axfr-ips       Allow zonetransfers only to these subnets
 #
-# allow-axfr-ips=
+# allow-axfr-ips=0.0.0.0/0
 
 #################################
-# allow-recursion      List of netmasks that are allowed to recurse
+# allow-recursion      List of subnets that are allowed to recurse
 #
-# allow-recursion=
+# allow-recursion=0.0.0.0/0
+
+#################################
+# allow-recursion-override     Set this so that local data fully overrides the recursor
+#
+# allow-recursion-override=no
 
 #################################
 # cache-ttl    Seconds to store packets in the PacketCache
 #
 # default-soa-name=a.misconfigured.powerdns.server
 
+#################################
+# default-ttl  Seconds a result is valid if not set otherwise
+#
+# default-ttl=3600
+
 #################################
 # disable-axfr Disable zonetransfers but do allow TCP queries
 #
 #
 # distributor-threads=3
 
+#################################
+# do-ipv6-additional-processing        Do AAAA additional processing
+#
+# do-ipv6-additional-processing=no
+
 #################################
 # fancy-records        Process URL and MBOXFW records
 #
 # load-modules=
 
 #################################
-# local-address        Local IP address to which we bind
+# local-address        Local IP addresses to which we bind
 #
 # local-address=0.0.0.0
 
 # local-port=53
 
 #################################
-# log-dns-details      If PDNS should log failed update requests
+# log-dns-details      If PDNS should log DNS non-erroneous details
 #
 # log-dns-details=
 
 #################################
 # module-dir   Default directory for modules
 #
-# module-dir=/usr/local/bin/../lib
+# module-dir=/usr/local/lib
 
 #################################
 # negquery-cache-ttl   Seconds to store packets in the PacketCache
 # negquery-cache-ttl=60
 
 #################################
-# only-soa     Make sure that no SOA serial is less than this number
+# no-shuffle   Set this to prevent random shuffling of answers - for regression testing
 #
-# only-soa=org
+# no-shuffle=off
 
 #################################
 # out-of-zone-additional-processing    Do out of zone additional processing
 #
-# out-of-zone-additional-processing=no
+# out-of-zone-additional-processing=yes
+
+#################################
+# pipebackend-abi-version      Version of the pipe backend ABI
+#
+# pipebackend-abi-version=1
 
 #################################
 # query-cache-ttl      Seconds to store packets in the PacketCache
 #
 # query-cache-ttl=20
 
+#################################
+# query-local-address  Source IP address for sending queries
+#
+# query-local-address=
+
 #################################
 # query-logging        Hint backends that queries should be logged
 #
 #
 # queue-limit=1500
 
-#################################
-# receiver-threads     Number of receiver threads to launch
-#
-# receiver-threads=1
-
 #################################
 # recursive-cache-ttl  Seconds to store packets in the PacketCache
 #
 #
 # recursor=no
 
+#################################
+# send-root-referral   Send out old-fashioned root-referral instead of ServFail in case of no authority
+#
+# send-root-referral=no
+
 #################################
 # setgid       If set, change group id to this gid for more security
 #
 #
 # smtpredirector=a.misconfigured.powerdns.smtp.server
 
+#################################
+# soa-expire-default   Default SOA expire
+#
+# soa-expire-default=604800
+
 #################################
 # soa-minimum-ttl      Default SOA mininum ttl
 #
 #
 # soa-retry-default=3600
 
-#################################
-# soa-expire-default   Default SOA expire
-#
-# soa-expire-default=604800
-
 #################################
 # soa-serial-offset    Make sure that no SOA serial is less than this number
 #
 #
 # use-logfile=no
 
+#################################
+# version-string       PowerDNS version in packets - full, anonymous, powerdns or custom
+#
+# version-string=full
+
 #################################
 # webserver    Start a webserver for monitoring
 #