Skip to content

Commit

Permalink
Update custom.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wukongdaily authored Dec 29, 2024
1 parent fe7c303 commit 07d3698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/etc/uci-defaults/custom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ done
if [ "$count" -eq 1 ]; then
uci set network.lan.proto='dhcp'
elif [ "$count" -gt 1 ]; then
uci set network.lan.ipaddr='192.168.66.1'
uci set network.lan.ipaddr='192.168.100.1'
fi

# 设置所有网口可访问网页终端
Expand Down

0 comments on commit 07d3698

Please sign in to comment.