From 00be466286c483697bf653b88032b295add7aada Mon Sep 17 00:00:00 2001 From: Bert Hubert Date: Sat, 23 Feb 2008 10:41:54 +0000 Subject: [PATCH] update default configuration, mark logfile features as windows only git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1143 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- pdns/common_startup.cc | 4 ++-- pdns/pdns.conf-dist | 9 +++++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/pdns/common_startup.cc b/pdns/common_startup.cc index eb6e78fb6..278ead77e 100644 --- a/pdns/common_startup.cc +++ b/pdns/common_startup.cc @@ -115,8 +115,8 @@ void declareArguments() arg().set("max-tcp-connections","Maximum number of TCP connections")="10"; arg().setSwitch("no-shuffle","Set this to prevent random shuffling of answers - for regression testing")="off"; - arg().setSwitch( "use-logfile", "Use a log file" )= "no"; - arg().set( "logfile", "Logfile to use" )= "pdns.log"; + arg().setSwitch( "use-logfile", "Use a log file (Windows only)" )= "no"; + arg().set( "logfile", "Logfile to use (Windows only)" )= "pdns.log"; arg().set("setuid","If set, change user id to this uid for more security")=""; arg().set("setgid","If set, change group id to this gid for more security")=""; } diff --git a/pdns/pdns.conf-dist b/pdns/pdns.conf-dist index 497499ed2..7a0b53b33 100644 --- a/pdns/pdns.conf-dist +++ b/pdns/pdns.conf-dist @@ -125,7 +125,7 @@ # log-failed-updates= ################################# -# logfile Logfile to use +# logfile Logfile to use (Windows only) # # logfile=pdns.log @@ -279,13 +279,18 @@ # # strict-rfc-axfrs=no +################################# +# trusted-notification-proxy IP address of incoming notification proxy +# +# trusted-notification-proxy= + ################################# # urlredirector Where we send hosts to that need to be url redirected # # urlredirector=127.0.0.1 ################################# -# use-logfile Use a log file +# use-logfile Use a log file (Windows only) # # use-logfile=no -- 2.40.0