60_luci-dnscrypt-proxy 218 B

1234567891011
  1. #!/bin/sh
  2. uci -q batch <<-EOF >/dev/null
  3. delete ucitrack.@dnscrypt-proxy[-1]
  4. add ucitrack dnscrypt-proxy
  5. set ucitrack.@dnscrypt-proxy[-1].init=dnscrypt-proxy
  6. commit ucitrack
  7. EOF
  8. rm -f /tmp/luci-indexcache
  9. exit 0