2
0
forked from Ivasoft/openwrt

uhttpd: also bind to IPv6 by default

SVN-Revision: 41114
This commit is contained in:
Steven Barth
2014-06-11 12:11:55 +00:00
parent d373178835
commit e50f3b4fc7
2 changed files with 3 additions and 3 deletions

View File

@@ -3,11 +3,11 @@ config uhttpd main
# HTTP listen addresses, multiple allowed
list listen_http 0.0.0.0:80
# list listen_http [::]:80
list listen_http [::]:80
# HTTPS listen addresses, multiple allowed
list listen_https 0.0.0.0:443
# list listen_https [::]:443
list listen_https [::]:443
# Server document root
option home /www