From 6c1e2ec9f4a4728dd6338b2e4ea648f6b5cd59ae Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 26 Jun 2008 19:31:30 +0200 Subject: etc/functions: Splitup into seperate files per function --- etc/functions/plonkhost | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 etc/functions/plonkhost (limited to 'etc/functions/plonkhost') diff --git a/etc/functions/plonkhost b/etc/functions/plonkhost new file mode 100644 index 0000000..3b6cc95 --- /dev/null +++ b/etc/functions/plonkhost @@ -0,0 +1,3 @@ +plonkhost () { + sudo iptables -I INPUT -s "$1" -j DROP +} -- cgit v1.2.3