From a75be35e3865b3cdbebd3709cbcae02b3624e5d7 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Fri, 5 Aug 2016 00:12:20 +0200 Subject: Parameter name changed to the long version. --- Bash/iptables-whiteblacklisting.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bash/iptables-whiteblacklisting.sh b/Bash/iptables-whiteblacklisting.sh index d1eafb9..6c13a4b 100755 --- a/Bash/iptables-whiteblacklisting.sh +++ b/Bash/iptables-whiteblacklisting.sh @@ -84,7 +84,7 @@ ${IPTABLES_V6} --append INPUT --protocol icmpv6 --jump ACCEPT #=============================================================================== # Local loopback connections are also always accepted #=============================================================================== -IPTABLES --append INPUT -i lo --jump ACCEPT +IPTABLES --append INPUT --in-interface lo --jump ACCEPT #=============================================================================== # Accept all (already) related and established connections -- cgit v1.2.3