Skip to content

Commit

Permalink
qSECURE_RULES
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberAndi committed Jan 23, 2025
1 parent 9f15c6f commit a4aa2d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Install/openWRT23_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32493,11 +32493,11 @@ uci set firewall.filter6_fwd.target="ACCEPT"
processes=$(uci commit && reload_config)
wait $processes >> /root/install.log
/etc/init.d/firewall restart >> /root/install.log
if [ "$SECURE_RULES" = "" ]
if [ "$qSECURE_RULES" = "" ]
then
FW_HSactive='1'
set_HS_Firewall
elif [ "$SECURE_RULES" = "y" ]
elif [ "$qSECURE_RULES" = "y" ]
then
FW_HSactive='1'
set_HS_Firewall
Expand Down Expand Up @@ -34832,13 +34832,13 @@ if [ "$TOR_ONION" = "1" ]
setup_tor_routing
fi
echo
echo 'Firewall active: ' $SECURE_RULES
echo 'Firewall active: ' $qSECURE_RULES
echo
if [ "$SECURE_RULES" = "" ]
if [ "$qSECURE_RULES" = "" ]
then
FW_HSactive='1'
set_HS_Firewall
elif [ "$SECURE_RULES" = "y" ]
elif [ "$qSECURE_RULES" = "y" ]
then
FW_HSactive='1'
set_HS_Firewall
Expand Down

0 comments on commit a4aa2d4

Please sign in to comment.