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