luci-app-https-dns-proxy: package name change, support for RFC8484 binary 3422/head
authorStan Grishin <stangri@melmac.net>
Thu, 19 Dec 2019 18:20:13 +0000 (11:20 -0700)
committerStan Grishin <stangri@melmac.net>
Thu, 19 Dec 2019 18:43:11 +0000 (11:43 -0700)
commit4fd24073aa16c7546fd9d7ad9ccbd742470558a0
tree8b7eacf623fd4696870a03ab574c2a2f52254a9c
parent391258f4f6363fcfc8f47d7d85b5ff53878b42dd
luci-app-https-dns-proxy: package name change, support for RFC8484 binary

Signed-off-by: Stan Grishin <stangri@melmac.net>
105 files changed:
applications/luci-app-https-dns-proxy/Makefile [new file with mode: 0644]
applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua [new file with mode: 0644]
applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua [new file with mode: 0644]
applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua [new file with mode: 0644]
applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua [new file with mode: 0644]
applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua [new file with mode: 0644]
applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua [new file with mode: 0644]
applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua [new file with mode: 0644]
applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua [new file with mode: 0644]
applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua [new file with mode: 0644]
applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua [new file with mode: 0644]
applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua [new file with mode: 0644]
applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua [new file with mode: 0644]
applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua [new file with mode: 0644]
applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua [new file with mode: 0644]
applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua [new file with mode: 0644]
applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua [new file with mode: 0644]
applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua [new file with mode: 0644]
applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm [new file with mode: 0644]
applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/css.htm [new file with mode: 0644]
applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm [new file with mode: 0644]
applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/status-textarea.htm [new file with mode: 0644]
applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/status.htm [new file with mode: 0644]
applications/luci-app-https-dns-proxy/po/bg/https-dns-proxy.po [new file with mode: 0644]
applications/luci-app-https-dns-proxy/po/ca/https-dns-proxy.po [new file with mode: 0644]
applications/luci-app-https-dns-proxy/po/cs/https-dns-proxy.po [new file with mode: 0644]
applications/luci-app-https-dns-proxy/po/de/https-dns-proxy.po [new file with mode: 0644]
applications/luci-app-https-dns-proxy/po/el/https-dns-proxy.po [new file with mode: 0644]
applications/luci-app-https-dns-proxy/po/en/https-dns-proxy.po [new file with mode: 0644]
applications/luci-app-https-dns-proxy/po/es/https-dns-proxy.po [new file with mode: 0644]
applications/luci-app-https-dns-proxy/po/fr/https-dns-proxy.po [new file with mode: 0644]
applications/luci-app-https-dns-proxy/po/he/https-dns-proxy.po [new file with mode: 0644]
applications/luci-app-https-dns-proxy/po/hi/https-dns-proxy.po [new file with mode: 0644]
applications/luci-app-https-dns-proxy/po/hu/https-dns-proxy.po [new file with mode: 0644]
applications/luci-app-https-dns-proxy/po/it/https-dns-proxy.po [new file with mode: 0644]
applications/luci-app-https-dns-proxy/po/ja/https-dns-proxy.po [new file with mode: 0644]
applications/luci-app-https-dns-proxy/po/ko/https-dns-proxy.po [new file with mode: 0644]
applications/luci-app-https-dns-proxy/po/ms/https-dns-proxy.po [new file with mode: 0644]
applications/luci-app-https-dns-proxy/po/nb_NO/https-dns-proxy.po [new file with mode: 0644]
applications/luci-app-https-dns-proxy/po/pl/https-dns-proxy.po [new file with mode: 0644]
applications/luci-app-https-dns-proxy/po/pt/https-dns-proxy.po [new file with mode: 0644]
applications/luci-app-https-dns-proxy/po/pt_BR/https-dns-proxy.po [new file with mode: 0644]
applications/luci-app-https-dns-proxy/po/ro/https-dns-proxy.po [new file with mode: 0644]
applications/luci-app-https-dns-proxy/po/ru/https-dns-proxy.po [new file with mode: 0644]
applications/luci-app-https-dns-proxy/po/sk/https-dns-proxy.po [new file with mode: 0644]
applications/luci-app-https-dns-proxy/po/sv/https-dns-proxy.po [new file with mode: 0644]
applications/luci-app-https-dns-proxy/po/templates/https-dns-proxy.pot [new file with mode: 0644]
applications/luci-app-https-dns-proxy/po/tr/https-dns-proxy.po [new file with mode: 0644]
applications/luci-app-https-dns-proxy/po/uk/https-dns-proxy.po [new file with mode: 0644]
applications/luci-app-https-dns-proxy/po/vi/https-dns-proxy.po [new file with mode: 0644]
applications/luci-app-https-dns-proxy/po/zh-cn/https-dns-proxy.po [new file with mode: 0644]
applications/luci-app-https-dns-proxy/po/zh-tw/https-dns-proxy.po [new file with mode: 0644]
applications/luci-app-https-dns-proxy/root/etc/uci-defaults/40_luci-https-dns-proxy [new file with mode: 0644]
applications/luci-app-https_dns_proxy/Makefile [deleted file]
applications/luci-app-https_dns_proxy/luasrc/controller/https_dns_proxy.lua [deleted file]
applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua [deleted file]
applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns-family.lua [deleted file]
applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/com.adguard.dns.lua [deleted file]
applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/cz.nic.odvr.lua [deleted file]
applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns.lua [deleted file]
applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns10.lua [deleted file]
applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns11.lua [deleted file]
applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/net.quad9.dns9.lua [deleted file]
applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-adult.lua [deleted file]
applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-family.lua [deleted file]
applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers.disabled/org.cleanbrowsing.doh-security.lua [deleted file]
applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.cloudflare-dns.lua [deleted file]
applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/com.google.dns.lua [deleted file]
applications/luci-app-https_dns_proxy/luasrc/https_dns_proxy/providers/sb.dns.lua [deleted file]
applications/luci-app-https_dns_proxy/luasrc/model/cbi/https_dns_proxy.lua [deleted file]
applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/buttons.htm [deleted file]
applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/css.htm [deleted file]
applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/js.htm [deleted file]
applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/status-textarea.htm [deleted file]
applications/luci-app-https_dns_proxy/luasrc/view/https_dns_proxy/status.htm [deleted file]
applications/luci-app-https_dns_proxy/po/bg/https_dns_proxy.po [deleted file]
applications/luci-app-https_dns_proxy/po/ca/https_dns_proxy.po [deleted file]
applications/luci-app-https_dns_proxy/po/cs/https_dns_proxy.po [deleted file]
applications/luci-app-https_dns_proxy/po/de/https_dns_proxy.po [deleted file]
applications/luci-app-https_dns_proxy/po/el/https_dns_proxy.po [deleted file]
applications/luci-app-https_dns_proxy/po/en/https_dns_proxy.po [deleted file]
applications/luci-app-https_dns_proxy/po/es/https_dns_proxy.po [deleted file]
applications/luci-app-https_dns_proxy/po/fr/https_dns_proxy.po [deleted file]
applications/luci-app-https_dns_proxy/po/he/https_dns_proxy.po [deleted file]
applications/luci-app-https_dns_proxy/po/hi/https_dns_proxy.po [deleted file]
applications/luci-app-https_dns_proxy/po/hu/https_dns_proxy.po [deleted file]
applications/luci-app-https_dns_proxy/po/it/https_dns_proxy.po [deleted file]
applications/luci-app-https_dns_proxy/po/ja/https_dns_proxy.po [deleted file]
applications/luci-app-https_dns_proxy/po/ko/https_dns_proxy.po [deleted file]
applications/luci-app-https_dns_proxy/po/ms/https_dns_proxy.po [deleted file]
applications/luci-app-https_dns_proxy/po/nb_NO/https_dns_proxy.po [deleted file]
applications/luci-app-https_dns_proxy/po/pl/https_dns_proxy.po [deleted file]
applications/luci-app-https_dns_proxy/po/pt/https_dns_proxy.po [deleted file]
applications/luci-app-https_dns_proxy/po/pt_BR/https_dns_proxy.po [deleted file]
applications/luci-app-https_dns_proxy/po/ro/https_dns_proxy.po [deleted file]
applications/luci-app-https_dns_proxy/po/ru/https_dns_proxy.po [deleted file]
applications/luci-app-https_dns_proxy/po/sk/https_dns_proxy.po [deleted file]
applications/luci-app-https_dns_proxy/po/sv/https_dns_proxy.po [deleted file]
applications/luci-app-https_dns_proxy/po/templates/https_dns_proxy.pot [deleted file]
applications/luci-app-https_dns_proxy/po/tr/https_dns_proxy.po [deleted file]
applications/luci-app-https_dns_proxy/po/uk/https_dns_proxy.po [deleted file]
applications/luci-app-https_dns_proxy/po/vi/https_dns_proxy.po [deleted file]
applications/luci-app-https_dns_proxy/po/zh-cn/https_dns_proxy.po [deleted file]
applications/luci-app-https_dns_proxy/po/zh-tw/https_dns_proxy.po [deleted file]
applications/luci-app-https_dns_proxy/root/etc/uci-defaults/40_luci-https_dns_proxy [deleted file]