7800af701e2cbe76a4841c386f042ef115527201
[project/luci.git] / applications / luci-app-https_dns_proxy / root / etc / uci-defaults / 40_luci-https_dns_proxy
1 #!/bin/sh
2 uci -q batch <<-EOF >/dev/null
3 delete ucitrack.@https_dns_proxy[-1]
4 add ucitrack https_dns_proxy
5 set ucitrack.@template[-1].init=https_dns_proxy
6 commit ucitrack
7 EOF
8
9 rm -f /tmp/luci-indexcache
10 exit 0