Skip to content
Commit 8aeb78d1 authored by alphakk's avatar alphakk Committed by Jo-Philipp Wich
Browse files

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: default avataralphakk <kkspaces@mail.com>
[slightly reword commit message]
Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
parent f4212285
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment