From d22bb50c64d9f70668981ee072f776beed88d847 Mon Sep 17 00:00:00 2001 From: moltenbit Date: Thu, 5 Mar 2026 08:40:35 +0100 Subject: [PATCH] Fix typo in README regarding iptables logs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 750ea80..effc4b1 100644 --- a/README.md +++ b/README.md @@ -1878,7 +1878,7 @@ And, since we're already using [UFW](#ufw-uncomplicated-firewall) so we'll follo -A FORWARD -j LOG --log-tcp-options --log-prefix "[IPTABLES] " ``` - **Note**: We're adding a log prefix to all the iptables logs. We'll need this for [seperating iptables logs to their own file](#separate-iptables-log-file). + **Note**: We're adding a log prefix to all the iptables logs. We'll need this for [separating iptables logs to their own file](#separate-iptables-log-file). For example: