From 9c3a95429f50b5a5fd3e1c5c1e571b20e71ee0a3 Mon Sep 17 00:00:00 2001 From: Vitaly Pashkov Date: Wed, 22 Nov 2017 15:20:19 +0000 Subject: [PATCH] Slight readme beautification --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea2d8a9..33509d9 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ Simple GELF reader application This is a simple application which opens a network port (currently UDP only) and receives a GELF input from Graylog or any other application. The primary purpose was to be able to filter some messages from many hosts in Graylog and output it onto this reader. Then you can process this aggregated and filtered log with (for example) fail2ban to block attackers on the router, firewall or hypervisor. Usage: -gelf-reader [OPTIONS] + `gelf-reader [OPTIONS]` where options is: -listen : - the address and port to listen at -output - output to file (stdout if omit) -version - show version and exit -WARNING: There are no authentication nor any other host restriction mechanisms, this should be used in trusted (private and/or properly firewalled) networks. +**WARNING:** There are no authentication nor any other host restriction mechanisms, this should be only used in trusted (private and/or properly firewalled) networks.