From 7fd51eb916b2459b468bdd41a8b1333dd5c32b1c Mon Sep 17 00:00:00 2001 From: "@CyberAndi" Date: Wed, 16 Aug 2023 18:29:30 +0200 Subject: [PATCH] Update install_openWRT2.sh --- install_openWRT2.sh | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/install_openWRT2.sh b/install_openWRT2.sh index f0b0254..f467d05 100644 --- a/install_openWRT2.sh +++ b/install_openWRT2.sh @@ -22076,21 +22076,21 @@ uci set firewall.ssh_int.src_dport="$SSH_port" uci set firewall.ssh_int.proto="tcp" uci set firewall.ssh_int.target="DNAT" -uci -q delete firewall.http_int >/dev/null -uci set firewall.http_int="redirect" -uci set firewall.http_int.name="Intercept_HTTP" -uci set firewall.http_int.src="INET" -uci set firewall.http_int.src_dport="$ACCESS_HTTP_port" -uci set firewall.http_int.proto="tcp" -uci set firewall.http_int.target="DNAT" - -uci -q delete firewall.https_int -uci set firewall.https_int="redirect" -uci set firewall.https_int.name="Intercept_HTTPS" -uci set firewall.https_int.src="INET" -uci set firewall.https_int.src_dport="$ACCESS_HTTPS_port" -uci set firewall.https_int.proto="tcp" -uci set firewall.https_int.target="DNAT" +#uci -q delete firewall.http_int >/dev/null +#uci set firewall.http_int="redirect" +#uci set firewall.http_int.name="Intercept_HTTP" +#uci set firewall.http_int.src="INET" +#uci set firewall.http_int.src_dport="$ACCESS_HTTP_port" +#uci set firewall.http_int.proto="tcp" +#uci set firewall.http_int.target="DNAT" + +#uci -q delete firewall.https_int +#uci set firewall.https_int="redirect" +#uci set firewall.https_int.name="Intercept_HTTPS" +#uci set firewall.https_int.src="INET" +#uci set firewall.https_int.src_dport="$ACCESS_HTTPS_port" +#uci set firewall.https_int.proto="tcp" +#uci set firewall.https_int.target="DNAT" uci commit firewall && reload_config >/dev/null