Update README.md

This commit is contained in:
2026-03-08 21:37:06 +00:00
parent af1e6d6a11
commit 99819fca74

View File

@@ -38,7 +38,7 @@ nano /etc/systemd/system/no-internet.service
Enter the following within the service file then write and quit Enter the following within the service file then write and quit
``` ```
[Unit] [Unit]
Description=blocks network access for the group "no-internet" Description=Drops outbound Internet traffic for the group "no-internet"
[Service] [Service]
ExecStart=iptables -I OUTPUT -m owner --gid-owner "no-internet" -j DROP ExecStart=iptables -I OUTPUT -m owner --gid-owner "no-internet" -j DROP