summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-https-dns-proxy/Makefile
AgeCommit message (Collapse)Author
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-24applications: remove LUCI_PKGARCH:=allSergey Ponomarev
This is anyway default Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2023-09-03luci-app-https-dns-proxy: rewrite in javascriptStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.ca>
2023-05-18luci-app-https-dns-proxy: fix curl-related error in logsStan Grishin
* if curl is not installed, there used to be an error in logs from uhttpd that curl is not found, this commit addresses it Signed-off-by: Stan Grishin <stangri@melmac.ca>
2023-02-14luci-app-https-dns-proxy: update to 2022-10-15-11Stan Grishin
* Makefile: change dependency from luci-mod-admin-full to luci-base * Providers: add AdGuard and AdGuard Family * Bugfix: update field value in CBI, fixes https://github.com/openwrt/luci/issues/6244 Signed-off-by: Stan Grishin <stangri@melmac.ca>
2022-10-04luci-app-https-dns-proxy: update to 2021-11-22-7 (settings for Canary Domains)Stan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.ca>
2022-01-03luci-app-https-dns-proxy: massive providers updateStan Grishin
* introduce 31 new providers * uniform names (FQDNs) in provider files * other minor fixes 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>
2021-07-31luci-app-https-dns-proxy: update to 2021-07-29-1Stan Grishin
* add HTTP/2-only supporting providers: Mullvad, Digitale-Gesellschaft, dns.sb and Rubyfish.cn * switch default provider from Google to Cloudflare * add IPv6 addresses for bootstrap resolvers for Google DNS * add secondary bootstrap resolver (Cloudflare's) to all providers with a single bootstrap resolver * modify model/cbi file to show HTTP/2-only providers (and help texts) on HTTP/2-supporting systems Signed-off-by: Stan Grishin <stangri@melmac.net>
2021-03-10luci-app-https-dns-proxy: explicit package versionStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.net>
2021-01-13luci-app-https-dns-proxy: DSCP tagging supportStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.net>
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-08-27luci-app-https-dns-proxy: add DNSPod.cn DoHStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-07-31luci-app-https-dns-proxy: fix bootstrap_dns for cloudflare securityStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-07-29luci-app-https-dns-proxy: add OpenDNS serversStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-06-25luci-app-https-dns-proxy: bugfix: remove eDNS supportStan 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-05-02luci-app-https-dns-proxy: bugfix: remove escaped double-quotes from ↵Stan Grishin
translateable resources Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-04-24luci-app-https-dns-proxy: add CIRA Canadian ShiledStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-04-11luci-app-https-dns-proxy: improve i18nStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-04-06luci-app-https-dns-proxy: Move help links to providers files, Add LibreDNS.Stan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.net>
2020-04-03luci-app-https-dns-proxy: better service control & buttons stylingStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.net>
2019-12-19luci-app-https-dns-proxy: package name change, support for RFC8484 binaryStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.net>