summaryrefslogtreecommitdiff
path: root/etc/functions/plonkhost
diff options
context:
space:
mode:
Diffstat (limited to 'etc/functions/plonkhost')
-rw-r--r--etc/functions/plonkhost4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/functions/plonkhost b/etc/functions/plonkhost
deleted file mode 100644
index 6f62541..0000000
--- a/etc/functions/plonkhost
+++ /dev/null
@@ -1,4 +0,0 @@
-## vim:ft=zsh
-## "plonk" (as in ignore) a host via iptables
-## Usage: plonkhost <host>
-sudo iptables -I INPUT -s "${1}" -j DROP