Changeset 62 for trunk/pdns/pdns/common_startup.cc
- Timestamp:
- 12/09/02 19:34:45 (10 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/common_startup.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/common_startup.cc
r57 r62 42 42 arg().set("local-port","The port on which we listen")="53"; 43 43 arg().setSwitch("log-failed-updates","If PDNS should log failed update requests")=""; 44 arg().setSwitch("log-dns-details","If PDNS should log failed update requests")="";44 arg().setSwitch("log-dns-details","If PDNS should log DNS non-erroneous details")=""; 45 45 arg().set("urlredirector","Where we send hosts to that need to be url redirected")="127.0.0.1"; 46 46 arg().set("smtpredirector","Our smtpredir MX host")="a.misconfigured.powerdns.smtp.server";