Changeset 2658
- Timestamp:
- 07/02/12 11:20:14 (11 months ago)
- Location:
- branches/pdns-3.1-maint/pdns
- Files:
-
- 3 modified
-
common_startup.cc (modified) (1 diff)
-
docs/pdns.xml (modified) (2 diffs)
-
pdns.conf-dist (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pdns-3.1-maint/pdns/common_startup.cc
r2579 r2658 43 43 ::arg().setSwitch("log-dns-details","If PDNS should log DNS non-erroneous details")=""; 44 44 ::arg().setSwitch("log-dns-queries","If PDNS should log all incoming DNS queries")="no"; 45 ::arg().setSwitch("allow-recursion-override","Set this so that local data fully overrides the recursor")="no";46 45 ::arg().set("urlredirector","Where we send hosts to that need to be url redirected")="127.0.0.1"; 47 46 ::arg().set("smtpredirector","Our smtpredir MX host")="a.misconfigured.powerdns.smtp.server"; -
branches/pdns-3.1-maint/pdns/docs/pdns.xml
r2605 r2658 11676 11676 </para> 11677 11677 <para> 11678 If you want to create such fake domains or override existing domains, please set the <command>allow-recursion-override</command> feature (available as of 2.9.14).11678 If you want to create such fake domains or override existing domains, please set the <command>allow-recursion-override</command> feature (available from 2.9.14 until 2.9.22.6). 11679 11679 </para> 11680 11680 <para> … … 13346 13346 <para> 13347 13347 By specifying <command>allow-recursion-override</command>, local data even about hosts that don't exist will override 13348 the internet. This allows you to generate zones that don't really exist on the internet. Does increase the number of SQL queries for hosts that truly don't exist, also not in your database. 13349 13348 the internet. This allows you to generate zones that don't really exist on the internet. Does increase the number of SQL queries for hosts that truly don't exist, also not in your database. (Setting did nothing in 3.0 and 3.1, removed in 3.1.1). 13350 13349 </para> 13351 13350 </listitem></varlistentry> -
branches/pdns-3.1-maint/pdns/pdns.conf-dist
r2523 r2658 11 11 12 12 ################################# 13 # allow-recursion-override Set this so that local data fully overrides the recursor14 #15 # allow-recursion-override=no16 17 #################################18 13 # cache-ttl Seconds to store packets in the PacketCache 19 14 #