summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-https-dns-proxy/luasrc
AgeCommit message (Collapse)Author
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>
2023-01-13Merge pull request #6185 from ProKn1fe/luci-app-https-dns-proxyStan Grishin
luci-app-https-dns-proxy: Add new and update adguard dns server
2023-01-06luci-app-https-dns-proxy: Change files names and replace bootstrap_dnsZuev Aleksandr
Signed-off-by: Zuev Aleksandr <A.Zuev@stdev.su>
2023-01-06luci-app-https-dns-proxy: Add new and update adguard dns serverZuev Aleksandr
Add adguard unsecured dns provider and update ips on existents based on https://adguard-dns.io/en/public-dns.html info. Also added ipv6 bootstrap_dns ips. Signed-off-by: Zuev Aleksandr <A.Zuev@stdev.su>
2022-11-02luci-app-https-dns-proxy: add cn.edu.tsinghua.tuna.dns.lua providerZhang Rui
Signed-off-by: Zhang Rui <rui.crater@gmail.com>
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-04-30luci-app-https-dns-proxy: remove redundant cbi-value-field divJo-Philipp Wich
The redundant "cbi-value-field" div introduces uneeded margin, remove this element to fix the view layout. Suggested-by: Santiago Kozak <arbolitoloco1@protonmail.com> [reword commit message] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
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-11-02luci-app-https-dns-proxy: Add HE.net DNSPaul Dee
Signed-off-by: Paul Dee <itsascambutmailmeanyway@gmail.com>
2021-10-08luci-app-https-dns-proxy: fix markup which is not valid XHTMLJo-Philipp Wich
XHTML does not specify `&nbsp;`, use `&#160;` instead. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-09-25luci-app-https-dns-proxy: add ControlD as providerAleem Hossain
Signed-off-by: Aleem Hossain <aleem@tectonic.it>
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-04-29luci-app-https-dns-proxy: add IPv6 addresses for cz.nic odvrJan Pavlinec
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-03-08luci-app-https-dns-proxy: bugfix: layout issues on theme-openwrt-2020Stan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.net>
2021-02-18Merge pull request #4797 from stangri/master-luci-app-https-dns-proxyStan Grishin
luci-app-https-dns-proxy: support for Force DNS option
2021-02-10luci-app-https-dns-proxy: add idnet.net providerMihai Soloi
Signed-off-by: Mihai Soloi <mihai.soloi@gmail.com>
2021-02-10luci-app-https-dns-proxy: support for Force DNS optionStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.net>
2021-02-08luci-app-https-dns-proxy: add missing btn class to buttonsStan Grishin
Signed-off-by: Stan Grishin <stangri@melmac.net>
2021-02-05luci-app-https-dns-proxy: add nextdns.io and quad 101 providersStan 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-08-04luci-app-https-dns-proxy: add AliDNS DoH serverswevsty
Signed-off-by: Yuan Tao <ty@wevs.org>
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-19applications: add ACL dependency annotations to legacy controllersJo-Philipp Wich
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
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-06Merge pull request #3844 from DinStamou/feature_librednsFlorian Eckert
luci-app-https-dns-proxy: Add LibreDNS as a DoH provider
2020-04-05luci-app-https-dns-proxy: Add LibreDNS as a DoH providerKonstantinos Stamou (Dinos)
LibreDNS (libredns.gr) is a Doh service provided by LibreOps(libreops.cc), a group of hackers around the world that are (re-)decentralizing the net. Trying offering distributed, free (as in freedom) services to the world. Always based on Free Open Source Software. Signed-off-by: Konstantinos Stamou (Dinos) <github@f3rr3t.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>