syslog: tee the server-notice/log stream to syslog (native /dev/log unix datagram or udp host:port)

This commit is contained in:
Jean Chevronnet 2026-08-11 11:21:09 +00:00
parent 56d3774647
commit 5ea543188d
4 changed files with 115 additions and 0 deletions

View file

@ -66,6 +66,7 @@ pub mod serverban;
pub mod showfile;
pub mod solvemsg;
pub mod snoop;
pub mod syslog;
pub mod tline;
pub mod whoisport;