You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -307,9 +307,9 @@ The following CLI arguments are supported.
307
307
| --log |`--log 1`| Enables or disables logging for the dynamic filter. |
308
308
| --block-time |`--block-time 60`| How long to block the source IP for if the packet is matched and the action is drop in the dynamic filter (0 = no time). |
309
309
| --sip |`--sip 192.168.1.0/24`| The source IPv4 address/range to match with the dynamic filter. |
310
-
| --dip |`--sip 10.90.0.0/24`| The destination IPv4 address/range to match with the dynamic filter. |
311
-
| --sip6 |`--sip 192.168.1.0/24`| The source IPv6 address to match with the dynamic filter. |
312
-
| --dip6 |`--sip 192.168.1.0/24`| The destination IPv6 address to match with the dynamic filter. |
310
+
| --dip |`--dip 10.90.0.0/24`| The destination IPv4 address/range to match with the dynamic filter. |
311
+
| --sip6 |`--sip6 192.168.1.0/24`| The source IPv6 address to match with the dynamic filter. |
312
+
| --dip6 |`--dip6 192.168.1.0/24`| The destination IPv6 address to match with the dynamic filter. |
313
313
| --min-ttl |`--min-ttl 0`| The IP's minimum TTL to match with the dynamic filter. |
314
314
| --max-ttl |`--max-ttl 6`| The IP's maximum TTL to match with the dynamic filter. |
315
315
| --min-len |`--min-len 42`| The packet's mimimum length to match with the dynamic filter. |
0 commit comments