diff options
-rwxr-xr-x | Bash/iptables-whiteblacklisting.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Bash/iptables-whiteblacklisting.sh b/Bash/iptables-whiteblacklisting.sh index 749f00d..643a59f 100755 --- a/Bash/iptables-whiteblacklisting.sh +++ b/Bash/iptables-whiteblacklisting.sh @@ -150,7 +150,7 @@ ${IPTABLES_V4} --append INPUT --source 192.168.1.0/24 --jump ACCEPT ${IPTABLES_V6} --append INPUT --source fe80::/64 --jump ACCEPT #=============================================================================== -# Save IPTables configuration permanent +# Save IPTables configuration permanent [check the correct file paths] #=============================================================================== -[ ${IPTABLES_SAVE_V4} ] && ${IPTABLES_SAVE_V4} > /etc/iptables/rules.v4 -[ ${IPTABLES_SAVE_V6} ] && ${IPTABLES_SAVE_V6} > /etc/iptables/rules.v6
\ No newline at end of file +#[ ${IPTABLES_SAVE_V4} ] && ${IPTABLES_SAVE_V4} > /etc/iptables/rules.v4 +#[ ${IPTABLES_SAVE_V6} ] && ${IPTABLES_SAVE_V6} > /etc/iptables/rules.v6
\ No newline at end of file |