[for-15.05] luci-app-polipo: remove Parent proxy address field check
remove Parent proxy address field check https://dev.openwrt.org/ticket/15680 Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
This commit is contained in:
parent
e2f9172b21
commit
4b594cb1aa
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ o = s:taboption("proxy", Value, "parentProxy",
|
|||
"will forward the requests."))
|
||||
|
||||
o.optional = true
|
||||
o.datatype = "ipaddr"
|
||||
--o.datatype = "ipaddr"
|
||||
|
||||
|
||||
o = s:taboption("proxy", Value, "parentAuthCredentials",
|
||||
|
|
Loading…
Reference in a new issue