Update README.md
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user