2023-08-20 00:55:50

This commit is contained in:
henk
2023-08-20 00:55:50 +02:00
parent 7a397eb242
commit e9a33c69a7
3 changed files with 26 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# in /etc/rsyslog.conf
# add in the sending rsyslogd
# use @@ or @ not BOTH!
#
*.* @@192.168.100.2:514 # for tcp
#*.* @192.168.100.2:514 # for udp
# @@ = tcp
# @ = udp