Changeset 946
- Timestamp:
- 01/14/07 15:58:37 (2 years ago)
- Files:
-
- trunk/pdns/pdns/pdns.conf-dist (modified) (13 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/pdns/pdns/pdns.conf-dist
r563 r946 1 1 # Autogenerated configuration file template 2 2 ################################# 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 11 16 12 17 ################################# … … 46 51 47 52 ################################# 53 # default-ttl Seconds a result is valid if not set otherwise 54 # 55 # default-ttl=3600 56 57 ################################# 48 58 # disable-axfr Disable zonetransfers but do allow TCP queries 49 59 # … … 61 71 62 72 ################################# 73 # do-ipv6-additional-processing Do AAAA additional processing 74 # 75 # do-ipv6-additional-processing=no 76 77 ################################# 63 78 # fancy-records Process URL and MBOXFW records 64 79 # … … 86 101 87 102 ################################# 88 # local-address Local IP address to which we bind103 # local-address Local IP addresses to which we bind 89 104 # 90 105 # local-address=0.0.0.0 … … 101 116 102 117 ################################# 103 # log-dns-details If PDNS should log failed update requests118 # log-dns-details If PDNS should log DNS non-erroneous details 104 119 # 105 120 # log-dns-details= … … 143 158 # module-dir Default directory for modules 144 159 # 145 # module-dir=/usr/local/ bin/../lib160 # module-dir=/usr/local/lib 146 161 147 162 ################################# … … 151 166 152 167 ################################# 153 # only-soa Make sure that no SOA serial is less than this number154 # 155 # only-soa=org168 # no-shuffle Set this to prevent random shuffling of answers - for regression testing 169 # 170 # no-shuffle=off 156 171 157 172 ################################# 158 173 # out-of-zone-additional-processing Do out of zone additional processing 159 174 # 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 161 181 162 182 ################################# … … 166 186 167 187 ################################# 188 # query-local-address Source IP address for sending queries 189 # 190 # query-local-address= 191 192 ################################# 168 193 # query-logging Hint backends that queries should be logged 169 194 # … … 176 201 177 202 ################################# 178 # receiver-threads Number of receiver threads to launch179 #180 # receiver-threads=1181 182 #################################183 203 # recursive-cache-ttl Seconds to store packets in the PacketCache 184 204 # … … 191 211 192 212 ################################# 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 ################################# 193 218 # setgid If set, change group id to this gid for more security 194 219 # … … 221 246 222 247 ################################# 248 # soa-expire-default Default SOA expire 249 # 250 # soa-expire-default=604800 251 252 ################################# 223 253 # soa-minimum-ttl Default SOA mininum ttl 224 254 # … … 236 266 237 267 ################################# 238 # soa-expire-default Default SOA expire239 #240 # soa-expire-default=604800241 242 #################################243 268 # soa-serial-offset Make sure that no SOA serial is less than this number 244 269 # … … 266 291 267 292 ################################# 293 # version-string PowerDNS version in packets - full, anonymous, powerdns or custom 294 # 295 # version-string=full 296 297 ################################# 268 298 # webserver Start a webserver for monitoring 269 299 #