diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2014-07-19 12:40:54 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2014-07-19 12:40:54 +0200 |
commit | b12542661ca847090465c30351871ee4947f9e3b (patch) | |
tree | 36048b6d85f9d03661ecb19b0f52582fdfa85fe1 | |
parent | f1ff88945ec0f96ff542e20df72faff4deb9b598 (diff) | |
download | socklog-void-b12542661ca847090465c30351871ee4947f9e3b.tar.gz socklog-void-b12542661ca847090465c30351871ee4947f9e3b.tar.xz socklog-void-b12542661ca847090465c30351871ee4947f9e3b.zip |
add sample remote-udp config
-rw-r--r-- | socklog/remote-udp/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/socklog/remote-udp/config b/socklog/remote-udp/config new file mode 100644 index 0000000..a96f579 --- /dev/null +++ b/socklog/remote-udp/config @@ -0,0 +1,3 @@ +-* +# uncomment to forward to a remote syslog host. IPv4 only, sorry. +#U192.0.2.42:514 |