From 64aaf8f14958434d6c8e42106a3431f43949ee2f Mon Sep 17 00:00:00 2001 From: midefos Date: Tue, 31 Dec 2024 14:03:39 +0100 Subject: [PATCH] minor change README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 863aede..1a31929 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This CLI allows you to manage secured ports, block IPs, save rules, and more. ## Requirements - Rust 1.65 or higher. -- `iptables` installed and configured on the system. +- `iptables` and `iptables-save` installed and configured on the system. - Proper permissions to manage `iptables` rules (e.g., running as root). ---