Merge pull request #666 from chris5560/master

luci-app-polipo: fix Parent proxy address field check
This commit is contained in:
Christian Schoenebeck 2016-03-07 21:08:42 +01:00
commit f27e367a3b

View file

@ -80,7 +80,7 @@ o = s:taboption("proxy", Value, "parentProxy",
"will forward the requests."))
o.optional = true
o.datatype = "ipaddr"
o.datatype = "hostport"
o = s:taboption("proxy", Value, "parentAuthCredentials",