Update README.md

This commit is contained in:
2026-03-11 14:14:36 +00:00
parent fd7d7e20ba
commit 21048a82d1

View File

@@ -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
```