修改OpenWRT Web管理页面端口
2019-09-26 本文已影响0人
力耶
端口路径配置文件
/etc/config/uhttpd
修改文件内容
0.0.0.0:80
替换成
0.0.0.0:8080 (8080您自己选择的端口)
重启收工
/etc/init.d/uhttpd restart
端口路径配置文件
/etc/config/uhttpd
修改文件内容
0.0.0.0:80
替换成
0.0.0.0:8080 (8080您自己选择的端口)
重启收工
/etc/init.d/uhttpd restart