summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2016-08-05 00:12:20 +0200
committerThomas Lange <code@nerdmind.de>2016-08-05 00:13:45 +0200
commita75be35e3865b3cdbebd3709cbcae02b3624e5d7 (patch)
treedc4d0b3e9e595b5548965967ef68448aeb7ebaa5
parenta90aed3d1792f20e7cafc0b708b3f0407482d4e8 (diff)
downloadsnippets-a75be35e3865b3cdbebd3709cbcae02b3624e5d7.tar.gz
snippets-a75be35e3865b3cdbebd3709cbcae02b3624e5d7.tar.xz
snippets-a75be35e3865b3cdbebd3709cbcae02b3624e5d7.zip
Parameter name changed to the long version.
-rwxr-xr-xBash/iptables-whiteblacklisting.sh2
1 files changed, 1 insertions, 1 deletions
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