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