openwrt uhttpd更改默认端口
1. 修改uhttpd端口
vi /etc/config/uhttpd
list listen_http 0.0.0.0:80 --> list listen_http 0.0.0.0:808
需要ipv6的端口也一并修改,保存,重启uhttpd
/etc/init.d/uhttpd restart
本文出自 蓝鹰博客,转载时请注明出处及相应链接。
本文永久链接: http://www.lanyingblog.com/blog/3119.html