Changeset 2009 for trunk/pdns/pdns/common_startup.cc
- Timestamp:
- 02/13/11 23:17:56 (2 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/common_startup.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/common_startup.cc
r1960 r2009 47 47 ::arg().set("local-address","Local IP addresses to which we bind")="0.0.0.0"; 48 48 ::arg().set("local-ipv6","Local IP address to which we bind")=""; 49 ::arg().set("query-local-address","Source IP address for sending queries")=""; 49 ::arg().set("query-local-address","Source IP address for sending queries")="0.0.0.0"; 50 ::arg().set("query-local-address6","Source IPv6 address for sending queries")="::"; 50 51 ::arg().set("max-queue-length","Maximum queuelength before considering situation lost")="5000"; 51 52 ::arg().set("soa-serial-offset","Make sure that no SOA serial is less than this number")="0"; … … 83 84 ::arg().set("launch","Which backends to launch and order to query them in")=""; 84 85 ::arg().setSwitch("disable-axfr","Disable zonetransfers but do allow TCP queries")="no"; 85 ::arg().set("allow-axfr-ips","Allow zonetransfers only to these subnets")="0.0.0.0/0 ";86 ::arg().set("allow-axfr-ips","Allow zonetransfers only to these subnets")="0.0.0.0/0,::/0"; 86 87 ::arg().set("slave-cycle-interval","Reschedule failed SOA serial checks once every .. seconds")="60"; 87 88