Update README.md

This commit is contained in:
2026-03-20 20:36:46 +00:00
parent 5bf3a63e92
commit 320ae28486

View File

@@ -78,8 +78,7 @@ Breakdown of iptables command:
Next we will reload our systemctl services, and enable no-internet so it persistently starts at boot Next we will reload our systemctl services, and enable no-internet so it persistently starts at boot
``` ```
systemctl daemon-reload systemctl daemon-reload
systemctl enable no-internet.service systemctl enable --now no-internet.service
systemctl start no-internet.service
``` ```
Note: a similar effect could be achieved 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