mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-18 19:10:42 +01:00
8 lines
266 B
Plaintext
8 lines
266 B
Plaintext
$IncludeConfig diag-common2.conf
|
|
|
|
module(load="../plugins/omrelp/.libs/omrelp")
|
|
module(load="../plugins/imtcp/.libs/imtcp")
|
|
input(type="imtcp" port="13514") /* this port for tcpflood! */
|
|
|
|
action(type="omrelp" protocol="tcp" target="127.0.0.1" port="13515" tls="on")
|