aboutsummaryrefslogtreecommitdiffstats
path: root/config/unbound/unbound_status.php
diff options
context:
space:
mode:
Diffstat (limited to 'config/unbound/unbound_status.php')
-rw-r--r--config/unbound/unbound_status.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/unbound/unbound_status.php b/config/unbound/unbound_status.php
index 3aa1912f..b5243a68 100644
--- a/config/unbound/unbound_status.php
+++ b/config/unbound/unbound_status.php
@@ -140,14 +140,14 @@ function execCmds() {
<tr>
<td class="tabcont" width="100%">
<?php
- defCmdT("Unbound status", "unbound-control status", "8");
+ defCmdT("Unbound status", "unbound-control status", "6");
defCmdT("Unbound stats_noreset", "unbound-control stats_noreset");
defCmdT("Unbound list_stubs", "unbound-control list_stubs", "8");
defCmdT("Unbound list_forwards", "unbound-control list_forwards");
defCmdT("Unbound list_local_zones", "unbound-control list_local_zones");
defCmdT("Unbound list_local_data", "unbound-control list_local_data");
- defCmdT("Unbound cache", "unbound-control dump_cache");
- defCmdT("Unbound configuration", "/bin/cat /usr/local/etc/unbound/unbound.conf", "40");
+ defCmdT("Unbound cache", "unbound-control dump_cache", "60");
+ defCmdT("Unbound configuration", "/bin/cat /usr/local/etc/unbound/unbound.conf", "60");
listCmds();
execCmds();
?>