From 0be5c22b6c98e5b3057133af6759f53d9d61c82f Mon Sep 17 00:00:00 2001 From: Dustyn Blackmore Date: Wed, 18 Apr 2018 15:38:27 +1000 Subject: [PATCH] Documentation Updated README.md Now includes a running output example, and clarification on information. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9154d19..b207568 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,12 @@ is actually functioning. The overall flow is; - Packet is then requeued back to nftables (And accepted/dropped by meta filters) +Output, when running, shows some basic stats of what has been achieved; + +`Connections - Accepted: 925 (I: 0 O: 925) - Rejected: 66 (I: 4 O: 62)` + +Where; I = Incomming, O = Outgoing. + # Customisation Configuration files may be found in src/config. * interfaces.json - specify your trusted, and untrusted, interfaces.