diff options
Diffstat (limited to 'etc/functions/plonkhost')
-rw-r--r-- | etc/functions/plonkhost | 4 |
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 |