luci-app-https_dns_proxy: fix datatype of subnet address option
authoralphakk <kkspaces@mail.com>
Thu, 15 Nov 2018 04:06:09 +0000 (12:06 +0800)
committerJo-Philipp Wich <jo@mein.io>
Thu, 15 Nov 2018 06:45:49 +0000 (07:45 +0100)
commit8aeb78d1c1893e1bcf0e3a8f8a2c17fa6ffbb6d2
treed1d15f5b5168a0b2d690a4bb63041cbbb8033707
parentf4212285d474a9f75a55d7c39ae1ac70dc04d1e0
luci-app-https_dns_proxy: fix datatype of subnet address option

The datatype ip4prefix only accept numbers from 0 to 32, not subnet/mask
(i.e. 192.168.1.0/24), this affects option "-e".

https://github.com/openwrt/luci/wiki/Datatypes#ip4prefix the description
is wrong, according to src
http://luci.subsignal.org/trac/browser/luci/branches/luci-0.10/libs/web/luasrc/cbi/datatypes.lua#L76

Submitted-by: alphakk <kkspaces@mail.com>
[slightly reword commit message]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua