diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-09-16 08:32:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-16 08:32:18 +0300 |
commit | f36f198c6a72b659ba071bd44e78e9153ed15a52 (patch) | |
tree | 7fcc54a781851e23c644828460164f39700c5318 /applications/luci-app-unbound/root | |
parent | 07593d291fffc16e1a0d82cff2eb4cc607f1927a (diff) | |
parent | 007b28ddb30b9617f6c2eab40cbc7e614d7595ac (diff) |
Merge pull request #1362 from EricLuehrsen/unbound_luci201709
luci-app-unbound: add statistics and manual edit configuration panels
Diffstat (limited to 'applications/luci-app-unbound/root')
-rw-r--r-- | applications/luci-app-unbound/root/etc/uci-defaults/60_luci-unbound | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/applications/luci-app-unbound/root/etc/uci-defaults/60_luci-unbound b/applications/luci-app-unbound/root/etc/uci-defaults/60_luci-unbound index cc714ac53e..c2ac8c93b6 100644 --- a/applications/luci-app-unbound/root/etc/uci-defaults/60_luci-unbound +++ b/applications/luci-app-unbound/root/etc/uci-defaults/60_luci-unbound @@ -8,18 +8,5 @@ uci -q batch <<-EOF >/dev/null EOF rm -f /tmp/luci-indexcache -[ ! -x /usr/sbin/unbound-control ] && exit 0 - -uci -q batch <<-EOF >/dev/null - set luci.unboundhosts=command - set luci.unboundhosts.name='Unbound Local Hosts' - set luci.unboundhosts.command='unbound-control -c /var/lib/unbound/unbound.conf list_local_data' - set luci.unboundzones=command - set luci.unboundzones.name='Unbound Local Zones' - set luci.unboundzones.command='unbound-control -c /var/lib/unbound/unbound.conf list_local_zones' - commit luci -EOF - -rm -f /tmp/luci-indexcache exit 0 |