summaryrefslogtreecommitdiffstats
path: root/doc/rsyslog_conf.html
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-27 11:22:08 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-27 11:22:08 +0000
commitb39a751bbe832d98754cd3aa8cf08b53c85ca73c (patch)
treef887acf69df14975b0ebcc30feadb72893ee694a /doc/rsyslog_conf.html
parentc64dfc959ad3f09103a8611ae04d9d2c0d82a10d (diff)
downloadrsyslog-b39a751bbe832d98754cd3aa8cf08b53c85ca73c.tar.gz
rsyslog-b39a751bbe832d98754cd3aa8cf08b53c85ca73c.tar.xz
rsyslog-b39a751bbe832d98754cd3aa8cf08b53c85ca73c.zip
added new settings
Diffstat (limited to 'doc/rsyslog_conf.html')
-rw-r--r--doc/rsyslog_conf.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/rsyslog_conf.html b/doc/rsyslog_conf.html
index 183a6be7..95fe22a7 100644
--- a/doc/rsyslog_conf.html
+++ b/doc/rsyslog_conf.html
@@ -67,7 +67,10 @@ development and quite unstable...). So you have been warned ;)</p>
<li><a href="rsconf1_repeatedmsgreduction.html">$RepeatedMsgReduction</a></li>
<li><a href="rsconf1_resetconfigvariables.html">$ResetConfigVariables</a></li>
<li>$SystemLogSocketName &lt;name-of-socket&gt; -- former -p option</li>
- <li>$UDPListenPort &lt;port&gt; (imudp) -- former -r&lt;port&gt; option, default 514</li>
+ <li>$UDPServerAddress &lt;IP&gt; (imudp) -- local IP address (or name) the UDP
+ listens should bind to</li>
+ <li>$UDPServerRun &lt;port&gt; (imudp) -- former -r&lt;port&gt; option, default 514,
+ start UDP server on this port, &quot;*&quot; means all addresses</li>
<li><a href="rsconf1_umask.html">$UMASK</a></li>
</ul>
<h2>Basic Structure</h2>