summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-https_dns_proxy/root
diff options
context:
space:
mode:
authorStan Grishin <stangri@melmac.net>2019-12-19 11:19:59 -0700
committerStan Grishin <stangri@melmac.net>2019-12-19 11:38:54 -0700
commit43ddf0cd12ffdcbe6c5d760293cddcbe35968801 (patch)
treea6ee3feda0229ce1185c1ffda737807ebeb39e01 /applications/luci-app-https_dns_proxy/root
parent3a657b8ab585f6e0fef5c9128dc84c5a008a6969 (diff)
luci-app-https-dns-proxy: package name change, support for RFC8484 binary
Signed-off-by: Stan Grishin <stangri@melmac.net>
Diffstat (limited to 'applications/luci-app-https_dns_proxy/root')
-rw-r--r--applications/luci-app-https_dns_proxy/root/etc/uci-defaults/40_luci-https_dns_proxy10
1 files changed, 0 insertions, 10 deletions
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