diff options
Diffstat (limited to 'etc/functions/plonkhost')
-rwxr-xr-x | etc/functions/plonkhost | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/functions/plonkhost b/etc/functions/plonkhost index 072147a..905ed11 100755 --- a/etc/functions/plonkhost +++ b/etc/functions/plonkhost @@ -1 +1,3 @@ +## vim:ft=zsh +## "plonk" (as in ignore) a host via iptables sudo iptables -I INPUT -s "$1" -j DROP |