From 43ddf0cd12ffdcbe6c5d760293cddcbe35968801 Mon Sep 17 00:00:00 2001 From: Stan Grishin Date: Thu, 19 Dec 2019 11:19:59 -0700 Subject: luci-app-https-dns-proxy: package name change, support for RFC8484 binary Signed-off-by: Stan Grishin --- .../root/etc/uci-defaults/40_luci-https_dns_proxy | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 applications/luci-app-https_dns_proxy/root/etc/uci-defaults/40_luci-https_dns_proxy (limited to 'applications/luci-app-https_dns_proxy/root') diff --git a/applications/luci-app-https_dns_proxy/root/etc/uci-defaults/40_luci-https_dns_proxy b/applications/luci-app-https_dns_proxy/root/etc/uci-defaults/40_luci-https_dns_proxy deleted file mode 100644 index 7800af701e..0000000000 --- a/applications/luci-app-https_dns_proxy/root/etc/uci-defaults/40_luci-https_dns_proxy +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -uci -q batch <<-EOF >/dev/null - delete ucitrack.@https_dns_proxy[-1] - add ucitrack https_dns_proxy - set ucitrack.@template[-1].init=https_dns_proxy - commit ucitrack -EOF - -rm -f /tmp/luci-indexcache -exit 0 -- cgit v1.2.3