File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -32422,6 +32422,9 @@ uci set firewall.otherProt.enabled='1'
32422
32422
uci set firewall.Block_all_other_EXT_HEIGHT_PORT_UDP.enabled="1"
32423
32423
uci set firewall.Block_all_other_EXT_HEIGHT_PORT.enabled="1"
32424
32424
uci set firewall.blockIncoming.enabled='1'
32425
+ echo
32426
+ echo 'Firewall enabled' >> /root/install.log
32427
+ echo
32425
32428
processes=$(uci commit && reload_config)
32426
32429
wait $processes >> /root/install.log
32427
32430
/etc/init.d/firewall restart >> /root/install.log
@@ -32448,6 +32451,9 @@ uci set firewall.otherProt.enabled='1'
32448
32451
uci set firewall.Block_all_other_EXT_HEIGHT_PORT_UDP.enabled="1"
32449
32452
uci set firewall.Block_all_other_EXT_HEIGHT_PORT.enabled="1"
32450
32453
uci set firewall.blockIncoming.enabled='1'
32454
+ echo
32455
+ echo 'Firewall disabled' >> /root/install.log
32456
+ echo
32451
32457
processes=$(uci commit && reload_config)
32452
32458
wait $processes >> /root/install.log
32453
32459
/etc/init.d/firewall restart >> /root/install.log
@@ -34835,6 +34841,7 @@ if [ "$TOR_ONION" = "1" ]
34835
34841
fi
34836
34842
echo
34837
34843
echo 'Firewall active: ' $qSECURE_RULES
34844
+ echo $FW_HSactive
34838
34845
echo
34839
34846
if [ "$qSECURE_RULES" = "" ]
34840
34847
then
You can’t perform that action at this time.
0 commit comments