summaryrefslogtreecommitdiff
path: root/etc/functions/plonkhost
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-06-28 10:08:14 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-06-28 10:08:14 +0200
commit8896ac675b5bf513074d7552da7d9f4cf8d16217 (patch)
tree8c126c7993d9148658f9e0dff4033194c88f5ecd /etc/functions/plonkhost
parentb906e284447b1515056b8a763d32fb5f4a78b28b (diff)
now use autoloading for functions
Diffstat (limited to 'etc/functions/plonkhost')
-rw-r--r--etc/functions/plonkhost4
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/functions/plonkhost b/etc/functions/plonkhost
index 3b6cc95..072147a 100644
--- a/etc/functions/plonkhost
+++ b/etc/functions/plonkhost
@@ -1,3 +1 @@
-plonkhost () {
- sudo iptables -I INPUT -s "$1" -j DROP
-}
+sudo iptables -I INPUT -s "$1" -j DROP