From 007b28ddb30b9617f6c2eab40cbc7e614d7595ac Mon Sep 17 00:00:00 2001 From: Eric Luehrsen Date: Tue, 5 Sep 2017 00:05:58 -0400 Subject: luci-app-unbound: add statistics and manual edit tabs Add an option to "Basic Settings" tab to expand LuCI. This option will add tab hierarchy for the settings, statistics, and raw view or editing of configuration files. If you have unbound-control installed, then you can see some useful debug information. Signed-off-by: Eric Luehrsen --- .../luci-app-unbound/root/etc/uci-defaults/60_luci-unbound | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'applications/luci-app-unbound/root/etc/uci-defaults') 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 @@ -7,19 +7,6 @@ uci -q batch <<-EOF >/dev/null commit ucitrack 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 -- cgit v1.2.3