From c8b7634600fcd35cd101f674f3c2ac38ed3ef3f3 Mon Sep 17 00:00:00 2001 From: Susant Sahani Date: Fri, 10 May 2024 04:30:56 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dfab45c..e346f32 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ both unicast and multicast addresses. systemd-netlogd runs with own user systemd-journal-netlog. Starts sending logs when network is up and stops sending as soon as network is down (uses sd-network). It reads from journal and forwards to network one by one. It does not use any extra disk space. -systemd-netlogd supports UDP, TCP and DTLS (Datagram Transport Layer Security RFC 6012). +systemd-netlogd supports UDP, TCP, TLS and DTLS (Datagram Transport Layer Security RFC 6012). -------------------------------------------------------------------------- @@ -60,7 +60,7 @@ systemd-netlogd reads configuration files named `/etc/systemd/netlogd.conf` and The the address string format is similar to socket units. See systemd.socket(1) Protocol= - Specifies whether to use udp, tcp or dtls (Datagram Transport Layer Security) protocol. Defaults to udp. + Specifies whether to use udp, tcp, tls or dtls (Datagram Transport Layer Security) protocol. Defaults to udp. LogFormat= Specifies whether to use RFC 5424 format or RFC 3339 format. Takes one of rfc5424 or rfc3339. Defaults to rfc5424.