Changeset 946

Show
Ignore:
Timestamp:
01/14/07 15:58:37 (2 years ago)
Author:
ahu
Message:

this example config file hasn't been updated in ages! Thanks to Leen Besselink for noticing.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/pdns/pdns/pdns.conf-dist

    r563 r946  
    11# Autogenerated configuration file template 
    22################################# 
    3 # allow-axfr-ips        If disabled, DO allow zonetransfers from these IP addresses 
    4 
    5 # allow-axfr-ips= 
    6  
    7 ################################# 
    8 # allow-recursion       List of netmasks that are allowed to recurse 
    9 
    10 # allow-recursion= 
     3# allow-axfr-ips        Allow zonetransfers only to these subnets 
     4
     5# allow-axfr-ips=0.0.0.0/0 
     6 
     7################################# 
     8# allow-recursion       List of subnets that are allowed to recurse 
     9
     10# allow-recursion=0.0.0.0/0 
     11 
     12################################# 
     13# allow-recursion-override      Set this so that local data fully overrides the recursor 
     14
     15# allow-recursion-override=no 
    1116 
    1217################################# 
     
    4651 
    4752################################# 
     53# default-ttl   Seconds a result is valid if not set otherwise 
     54# 
     55# default-ttl=3600 
     56 
     57################################# 
    4858# disable-axfr  Disable zonetransfers but do allow TCP queries 
    4959# 
     
    6171 
    6272################################# 
     73# do-ipv6-additional-processing Do AAAA additional processing 
     74# 
     75# do-ipv6-additional-processing=no 
     76 
     77################################# 
    6378# fancy-records Process URL and MBOXFW records 
    6479# 
     
    86101 
    87102################################# 
    88 # local-address Local IP address to which we bind 
     103# local-address Local IP addresses to which we bind 
    89104# 
    90105# local-address=0.0.0.0 
     
    101116 
    102117################################# 
    103 # log-dns-details       If PDNS should log failed update request
     118# log-dns-details       If PDNS should log DNS non-erroneous detail
    104119# 
    105120# log-dns-details= 
     
    143158# module-dir    Default directory for modules 
    144159# 
    145 # module-dir=/usr/local/bin/../lib 
     160# module-dir=/usr/local/lib 
    146161 
    147162################################# 
     
    151166 
    152167################################# 
    153 # only-soa     Make sure that no SOA serial is less than this number 
    154 # 
    155 # only-soa=org 
     168# no-shuffle   Set this to prevent random shuffling of answers - for regression testing 
     169# 
     170# no-shuffle=off 
    156171 
    157172################################# 
    158173# out-of-zone-additional-processing     Do out of zone additional processing 
    159174# 
    160 # out-of-zone-additional-processing=no 
     175# out-of-zone-additional-processing=yes 
     176 
     177################################# 
     178# pipebackend-abi-version       Version of the pipe backend ABI 
     179
     180# pipebackend-abi-version=1 
    161181 
    162182################################# 
     
    166186 
    167187################################# 
     188# query-local-address   Source IP address for sending queries 
     189# 
     190# query-local-address= 
     191 
     192################################# 
    168193# query-logging Hint backends that queries should be logged 
    169194# 
     
    176201 
    177202################################# 
    178 # receiver-threads      Number of receiver threads to launch 
    179 # 
    180 # receiver-threads=1 
    181  
    182 ################################# 
    183203# recursive-cache-ttl   Seconds to store packets in the PacketCache 
    184204# 
     
    191211 
    192212################################# 
     213# send-root-referral    Send out old-fashioned root-referral instead of ServFail in case of no authority 
     214# 
     215# send-root-referral=no 
     216 
     217################################# 
    193218# setgid        If set, change group id to this gid for more security 
    194219# 
     
    221246 
    222247################################# 
     248# soa-expire-default    Default SOA expire 
     249# 
     250# soa-expire-default=604800 
     251 
     252################################# 
    223253# soa-minimum-ttl       Default SOA mininum ttl 
    224254# 
     
    236266 
    237267################################# 
    238 # soa-expire-default    Default SOA expire 
    239 # 
    240 # soa-expire-default=604800 
    241  
    242 ################################# 
    243268# soa-serial-offset     Make sure that no SOA serial is less than this number 
    244269# 
     
    266291 
    267292################################# 
     293# version-string        PowerDNS version in packets - full, anonymous, powerdns or custom 
     294# 
     295# version-string=full 
     296 
     297################################# 
    268298# webserver     Start a webserver for monitoring 
    269299#