From a6bd47e0c7099478e12ebb200a75adc9be8ccb3b Mon Sep 17 00:00:00 2001 From: chackl Date: Fri, 17 Jan 2025 13:59:57 +0100 Subject: [PATCH] Delete WAN input and forward accept (#1540) --- vm/openwrt.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/vm/openwrt.sh b/vm/openwrt.sh index 741062137..0afd786fb 100644 --- a/vm/openwrt.sh +++ b/vm/openwrt.sh @@ -498,8 +498,6 @@ send_line_to_vm "uci set network.lan.device=eth0" send_line_to_vm "uci set network.lan.proto=static" send_line_to_vm "uci set network.lan.ipaddr=${LAN_IP_ADDR}" send_line_to_vm "uci set network.lan.netmask=${LAN_NETMASK}" -send_line_to_vm "uci set firewall.@zone[1].input='ACCEPT'" -send_line_to_vm "uci set firewall.@zone[1].forward='ACCEPT'" send_line_to_vm "uci commit" send_line_to_vm "halt" msg_ok "Network interfaces have been successfully configured."