3 lines
74 B
Bash
3 lines
74 B
Bash
#!/bin/bash
|
|
|
|
iptables -A OUTPUT -m owner --gid-owner keininternet -j DROP
|