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")="";
}
# log-failed-updates=
#################################
-# logfile Logfile to use
+# logfile Logfile to use (Windows only)
#
# logfile=pdns.log
#
# 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