mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-14 11:23:02 +02:00
11 lines
269 B
Plaintext
11 lines
269 B
Plaintext
|
#### Modules ####
|
||
|
module(load="imudp") # UDP listener support
|
||
|
module(load="imtcp") # TCP listener support
|
||
|
|
||
|
#### LISTENERS ####
|
||
|
input(type="imudp" port="514")
|
||
|
input(type="imtcp" port="514")
|
||
|
|
||
|
#### OUTPUTS ####
|
||
|
*.* action(type="omfile" file="/var/log/syslog")
|