You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
203 B
9 lines
203 B
module(load="imtcp")
|
|
|
|
ruleset(name="remote1"){
|
|
action(type="omfile" file="/var/log/messages")
|
|
}
|
|
|
|
|
|
input(type="imtcp" port="1601" ruleset="remote1" RateLimit.Interval="0" RateLimit.Burst="1000000000")
|
|
|
|
|