diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-23 10:27:56 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-23 10:27:56 +0100 |
commit | 127a6f8b71664556400fecf256afa63370f14c4f (patch) | |
tree | 002036c17023833a0d2d680080d21ae52ccaef73 /etc/functions | |
parent | 26cb7525761fd1c1c264e5002e728f458a6e5a54 (diff) |
plonkhost: Added comment
Diffstat (limited to 'etc/functions')
-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 |