mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-22 16:30:42 +01:00
18 lines
509 B
Plaintext
18 lines
509 B
Plaintext
# see equally-named shell file for details
|
|
# rgerhards, 2009-11-11
|
|
$IncludeConfig diag-common2.conf
|
|
|
|
$ModLoad ../plugins/imtcp/.libs/imtcp
|
|
# this listener is for message generation by the test framework!
|
|
$InputTCPServerRun 13514
|
|
|
|
$ModLoad ../plugins/omudpspoof/.libs/omudpspoof
|
|
$template spoofaddr,"127.0.0.1"
|
|
|
|
#begin action definition
|
|
$ActionOMUDPSpoofSourceNameTemplate spoofaddr
|
|
$ActionOMUDPSpoofTargetHost 127.0.0.1
|
|
$ActionOMUDPSpoofSourcePortStart 514
|
|
$ActionOMUDPSpoofSourcePortEnd 514
|
|
*.* :omudpspoof:
|