From a89e5c96fc96259afe320c0cd09074b34fed50f3 Mon Sep 17 00:00:00 2001 From: Christian Deacon Date: Wed, 6 May 2020 03:17:59 +0000 Subject: [PATCH] Updated README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 004bf6d..9ecd75e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # XDP Firewall ## Description -An XDP firewall designed to read filtering rules based off of a config file. Only supports IPv4 and protocols TCP, UDP, and ICMP at the moment. With that said, the program comes with accepted and blocked packet statistics which can be disabled. +An XDP firewall designed to read filtering rules based off of a config file. This software only supports IPv4 and protocols TCP, UDP, and ICMP at the moment. With that said, the program comes with accepted and blocked packet statistics which can be disabled if need to be. ## Command Line Usage The following command line arguments are supported: @@ -93,7 +93,7 @@ filters = ( { enabled = true, action = 0, - + icmpopts = ( { enabled = true,