luci-app-polipo: fix Parent proxy address field check
[oweals/luci.git] / applications / luci-app-polipo / luasrc / model / cbi / polipo.lua
index 967a47aa7b653fdae7ef96885d482c564562d7d1..6031c8423649d170b8985fbbdd5140e4b287d766 100644 (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",