From 470969608544a72ace20684d090090df8c0c8128 Mon Sep 17 00:00:00 2001 From: Christian Deacon Date: Wed, 26 Feb 2025 13:01:28 -0500 Subject: [PATCH] Update README. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index acc8759..5a451dc 100644 --- a/README.md +++ b/README.md @@ -134,9 +134,8 @@ The following table quickly explains the data types used within the configuratio | Name | Type | Default | Description | | ---- | ---- | ------- | ----------- | | enabled | bool | `true` | Whether the rule is enabled or not. | - -| action | uint | `1` | The value of `0` drops or blocks the packet while `1` allows/passes the packet through. | | log | bool | `false` | Whether to log packets that are matched. | +| action | uint | `1` | The value of `0` drops or blocks the packet while `1` allows/passes the packet through. | | block_time | uint | `1` | The amount of seconds to block the source IP for if matched. | | src_ip | string | `NULL` | The source IPv4 address to match (e.g. `10.50.0.3`). CIDRs are also supported (e.g. `10.50.0.0/24`)! | | dst_ip | string | `NULL` | The destination IPv4 address to match (e.g. `10.50.0.4`). CIDRs are also supported (e.g. `10.50.0.0/24`)! |