From 21048a82d1b44cb0f43bd3cfc5e0bfc4c0ec8faa Mon Sep 17 00:00:00 2001 From: Tobias Date: Wed, 11 Mar 2026 14:14:36 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a107f58..0749b8e 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ systemctl enable no-internet.service systemctl start no-internet.service ``` -Note: a similar effect could be achived via cron by making an entry along the lines of +Note: a similar effect could be achieved via cron by making an entry along the lines of ``` @reboot root iptables -I OUTPUT 1 -m owner --gid-owner "no-internet" -j DROP ```