From 89110b1757f8270e127cbd773afa13db41898418 Mon Sep 17 00:00:00 2001 From: Stan Grishin Date: Thu, 23 Aug 2018 15:11:49 -0700 Subject: luci-app-https_dns_proxy: initial commit Signed-off-by: Stan Grishin --- .../root/etc/uci-defaults/40_luci-https_dns_proxy | 10 ++++++++++ 1 file changed, 10 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') 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..7800af701e --- /dev/null +++ b/applications/luci-app-https_dns_proxy/root/etc/uci-defaults/40_luci-https_dns_proxy @@ -0,0 +1,10 @@ +#!/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