mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +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")
|