Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
Updated README.md
Now includes a running output example, and clarification on information.
  • Loading branch information
Dustyn Blackmore committed Apr 18, 2018
1 parent 0be2874 commit 0be5c22
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0be5c22

Please sign in to comment.