Changeset 215 for trunk/pdns/pdns/common_startup.cc
- Timestamp:
- 01/16/04 23:18:12 (9 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/common_startup.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/common_startup.cc
r194 r215 43 43 arg().setSwitch("log-failed-updates","If PDNS should log failed update requests")=""; 44 44 arg().setSwitch("log-dns-details","If PDNS should log DNS non-erroneous details")=""; 45 arg().setSwitch("allow-recursion-override","Set this so that local data fully overrides the recursor")=""; 45 46 arg().set("urlredirector","Where we send hosts to that need to be url redirected")="127.0.0.1"; 46 47 arg().set("smtpredirector","Our smtpredir MX host")="a.misconfigured.powerdns.smtp.server";