diff options
author | Thomas Lange <code@nerdmind.de> | 2016-08-05 00:12:20 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2016-08-05 00:13:45 +0200 |
commit | a75be35e3865b3cdbebd3709cbcae02b3624e5d7 (patch) | |
tree | dc4d0b3e9e595b5548965967ef68448aeb7ebaa5 /Bash | |
parent | a90aed3d1792f20e7cafc0b708b3f0407482d4e8 (diff) | |
download | snippets-a75be35e3865b3cdbebd3709cbcae02b3624e5d7.tar.gz snippets-a75be35e3865b3cdbebd3709cbcae02b3624e5d7.tar.xz snippets-a75be35e3865b3cdbebd3709cbcae02b3624e5d7.zip |
Parameter name changed to the long version.
Diffstat (limited to 'Bash')
-rwxr-xr-x | Bash/iptables-whiteblacklisting.sh | 2 |
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 |