Merge pull request #666 from chris5560/master
luci-app-polipo: fix Parent proxy address field check
This commit is contained in:
commit
f27e367a3b
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ o = s:taboption("proxy", Value, "parentProxy",
|
||||||
"will forward the requests."))
|
"will forward the requests."))
|
||||||
|
|
||||||
o.optional = true
|
o.optional = true
|
||||||
o.datatype = "ipaddr"
|
o.datatype = "hostport"
|
||||||
|
|
||||||
|
|
||||||
o = s:taboption("proxy", Value, "parentAuthCredentials",
|
o = s:taboption("proxy", Value, "parentAuthCredentials",
|
||||||
|
|
Loading…
Reference in a new issue