diff options
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 |