summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-https-dns-proxy/htdocs/luci-static
AgeCommit message (Collapse)Author
2024-02-14luci-app-https-dns-proxy: bugfix: dnsmasq_instance parsingStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.ca>
2024-02-12luci-mod-network: DNS forwardings -> DNS ForwardsPaul Donald
Signed-off-by: Paul Donald <newtwen@gmail.com>
2024-01-20luci-app-https-dns-proxy: remove unnecessary translation callStan Grishin
Thank you @hnyman! Signed-off-by: Stan Grishin <stangri@melmac.ca>
2024-01-09luci-app-https-dns-proxy: bugfix: editing providers with optionsStan Grishin
* fixes https://github.com/openwrt/luci/issues/6811 * previously editing existing provider instance with options would not result in the correct saving of edited parameters Signed-off-by: Stan Grishin <stangri@melmac.ca>
2023-12-11luci-app-https-dns-proxy: update to 2023-10-25-5Stan Grishin
* no longer "require uci" in js files * use L.resolveDefault when loading configs * improve DNSMASQ config update selection user experience * switch from uci.get to L.uci.get * small code improvement of RPCD script Signed-off-by: Stan Grishin <stangri@melmac.ca>
2023-10-26luci-app-https-dns-proxy: add status->overview include fileStan Grishin
* add status->overview include file * sync version to principal package * minor code formatting/styling fixes for js files * improve HTTP/2 and HTTP/3 detection in RPCD script Signed-off-by: Stan Grishin <stangri@melmac.ca>
2023-09-03luci-app-https-dns-proxy: rewrite in javascriptStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.ca>