summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-https-dns-proxy/root
AgeCommit message (Collapse)Author
2024-04-03luci-app-https-dns-proxy: bugfix: AdGuard servers URLsStan Grishin
AdGuard seems to have drastically changed their DoH servers URLs, so this change updates the root/usr/share/https-dns-proxy/providers/com.adguard.dns.json file. Fixes https://github.com/openwrt/luci/issues/7038 Also include minor Makefile changes for better menuconfig presence. Signed-off-by: Stan Grishin <stangri@melmac.ca>
2024-03-23luci-app-https-dns-proxy: prepare migration to APKStan Grishin
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>
2021-12-28luci-app-https-dns-proxy: add AhaDNS and minor fixesStan Grishin
* Add AhaDNS: thanks to @Jefe777 (account now deleted) and their PR at https://github.com/openwrt/luci/pull/5612 * Update email addresses * Add missing new line to ControlD files * Add RPCD reload to uci-defaults file Signed-off-by: Stan Grishin <stangri@melmac.ca>
2020-12-21luci-app-https-dns-proxy: WebUI for dnsmasq config update, quad9 bootstrap IPv6Stan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-05-30luci-app-https-dns-proxy: decrease reliance on shell commands; proper acl.d ↵Stan Grishin
file; add cloudflare family/protect Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-04-10treewide: stage ACL rules for legacy applicationsJo-Philipp Wich
Fixes: #3866 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2020-04-03luci-app-https-dns-proxy: better service control & buttons stylingStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-02-14luci.mk: move /tmp/luci-modulecache remove to package postinst scriptFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-02-14luci.mk: move /tmp/luci-indexcache remove to package postinst scriptFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2019-12-19luci-app-https-dns-proxy: package name change, support for RFC8484 binaryStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.net>