Skip to content

Commit 82231f2

Browse files
committed
Update README.
1 parent 67a77ce commit 82231f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,9 +307,9 @@ The following CLI arguments are supported.
307307
| --log | `--log 1` | Enables or disables logging for the dynamic filter. |
308308
| --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). |
309309
| --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. |
313313
| --min-ttl | `--min-ttl 0` | The IP's minimum TTL to match with the dynamic filter. |
314314
| --max-ttl | `--max-ttl 6` | The IP's maximum TTL to match with the dynamic filter. |
315315
| --min-len | `--min-len 42` | The packet's mimimum length to match with the dynamic filter. |

0 commit comments

Comments
 (0)