Changeset 2658

Show
Ignore:
Timestamp:
07/02/12 11:20:14 (11 months ago)
Author:
peter
Message:

remove no-op option allow-recursion-override (r2614)

Location:
branches/pdns-3.1-maint/pdns
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • branches/pdns-3.1-maint/pdns/common_startup.cc

    r2579 r2658  
    4343  ::arg().setSwitch("log-dns-details","If PDNS should log DNS non-erroneous details")=""; 
    4444  ::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"; 
    4645  ::arg().set("urlredirector","Where we send hosts to that need to be url redirected")="127.0.0.1"; 
    4746  ::arg().set("smtpredirector","Our smtpredir MX host")="a.misconfigured.powerdns.smtp.server"; 
  • branches/pdns-3.1-maint/pdns/docs/pdns.xml

    r2605 r2658  
    1167611676      </para> 
    1167711677      <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). 
    1167911679      </para> 
    1168011680      <para> 
     
    1334613346            <para> 
    1334713347              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). 
    1335013349            </para> 
    1335113350          </listitem></varlistentry> 
  • branches/pdns-3.1-maint/pdns/pdns.conf-dist

    r2523 r2658  
    1111 
    1212################################# 
    13 # allow-recursion-override      Set this so that local data fully overrides the recursor 
    14 # 
    15 # allow-recursion-override=no 
    16  
    17 ################################# 
    1813# cache-ttl     Seconds to store packets in the PacketCache 
    1914#