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 | 3 +++ 1 file changed, 3 insertions(+) create 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/etc/uci-defaults/40_luci-https-dns-proxy') 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 new file mode 100644 index 0000000000..a1ecfcea24 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/root/etc/uci-defaults/40_luci-https-dns-proxy @@ -0,0 +1,3 @@ +#!/bin/sh +rm -rf /var/luci-modulecache/; rm -f /var/luci-indexcache; +exit 0 -- cgit v1.2.3