From 99819fca744c65dcc0eeb7131791015b8f8eb9df Mon Sep 17 00:00:00 2001 From: tobias Date: Sun, 8 Mar 2026 21:37:06 +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 b78473a..00d54b6 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ nano /etc/systemd/system/no-internet.service Enter the following within the service file then write and quit ``` [Unit] -Description=blocks network access for the group "no-internet" +Description=Drops outbound Internet traffic for the group "no-internet" [Service] ExecStart=iptables -I OUTPUT -m owner --gid-owner "no-internet" -j DROP