summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--applications/luci-app-polipo/luasrc/model/cbi/polipo.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-polipo/luasrc/model/cbi/polipo.lua b/applications/luci-app-polipo/luasrc/model/cbi/polipo.lua
index 967a47aa7..6031c8423 100644
--- a/applications/luci-app-polipo/luasrc/model/cbi/polipo.lua
+++ b/applications/luci-app-polipo/luasrc/model/cbi/polipo.lua
@@ -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",