mirror of
https://github.com/openwrt/luci.git
synced 2026-08-29 06:22:49 +04:00
Merge pull request #666 from chris5560/master
luci-app-polipo: fix Parent proxy address field check
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user