uhttpd: also bind to IPv6 by default

SVN-Revision: 41114
master
Steven Barth 10 years ago
parent d373178835
commit e50f3b4fc7
  1. 2
      package/network/services/uhttpd/Makefile
  2. 4
      package/network/services/uhttpd/files/uhttpd.config

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=uhttpd PKG_NAME:=uhttpd
PKG_VERSION:=2014-06-08 PKG_VERSION:=2014-06-11
PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git PKG_SOURCE_PROTO:=git

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

Loading…
Cancel
Save