From 8f0fccdbb2dc38aa2b746586b09e543c36380a21 Mon Sep 17 00:00:00 2001 From: Christian Deacon Date: Thu, 7 May 2020 13:20:32 +0000 Subject: [PATCH] Updated README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f93029..c4131ec 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Config option `filters` is an array. Each filter includes the following options: * `tos` => The TOS (type of service) the packet must have to match. * `pps` => The maximum packets per second a source IP can send before matching. * `bps` => The maximum amount of bytes per second a source IP can send before matching. -* `blocktime` => The maximum of time in seconds to block the source IP if the rule matches and the action is block (0). Default value is `1`. +* `blocktime` => The time in seconds to block the source IP if the rule matches and the action is block (0). Default value is `1`. * `payloadmatch` => The payload (L4 data) the packet must have to match. The format is in hexadecimal and each byte is separated by a space. An example includes: `FF FF FF FF 59`. #### TCP Options