summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-https_dns_proxy/luasrc/model
AgeCommit message (Collapse)Author
2019-11-13luci-app-https_dns_proxy: remove dnsmasq integration, better service ↵Stan Grishin
controls, providers as plugins, misc fixes Signed-off-by: Stan Grishin <stangri@melmac.net>
2019-10-08luci-app-https_dns_proxy: bugfix: subnet address datatype, add DNS.SB providerStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.net>
2019-09-30luci-app-https_dns_proxy: bugfix: proper formatting of dhcp server entriesStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.net>
2019-07-20luci-app-https_dns_proxy: better handling of ports, update of dhcp configStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.net>
2018-11-15luci-app-https_dns_proxy: fix datatype of subnet address optionalphakk
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>
2018-09-02luci-app-https_dns_proxy: initial commitStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.net>