Update README.
This commit is contained in:
@@ -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`)! |
|
||||
|
||||
Reference in New Issue
Block a user