summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-https_dns_proxy/root
diff options
context:
space:
mode:
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