luci-app-https-dns-proxy: package name change, support for RFC8484 binary 3421/head
authorStan Grishin <stangri@melmac.net>
Thu, 19 Dec 2019 18:19:59 +0000 (11:19 -0700)
committerStan Grishin <stangri@melmac.net>
Thu, 19 Dec 2019 18:38:54 +0000 (11:38 -0700)
commit43ddf0cd12ffdcbe6c5d760293cddcbe35968801
treea6ee3feda0229ce1185c1ffda737807ebeb39e01
parent3a657b8ab585f6e0fef5c9128dc84c5a008a6969
luci-app-https-dns-proxy: package name change, support for RFC8484 binary

Signed-off-by: Stan Grishin <stangri@melmac.net>
107 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/mr/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/mr/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]