Skip to content

Commit a6bd47e

Browse files
authored
Delete WAN input and forward accept (#1540)
1 parent ed9c083 commit a6bd47e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vm/openwrt.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,8 +498,6 @@ send_line_to_vm "uci set network.lan.device=eth0"
498498
send_line_to_vm "uci set network.lan.proto=static"
499499
send_line_to_vm "uci set network.lan.ipaddr=${LAN_IP_ADDR}"
500500
send_line_to_vm "uci set network.lan.netmask=${LAN_NETMASK}"
501-
send_line_to_vm "uci set firewall.@zone[1].input='ACCEPT'"
502-
send_line_to_vm "uci set firewall.@zone[1].forward='ACCEPT'"
503501
send_line_to_vm "uci commit"
504502
send_line_to_vm "halt"
505503
msg_ok "Network interfaces have been successfully configured."

0 commit comments

Comments
 (0)