aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/unbound/unbound_status.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/unbound/unbound_status.php b/config/unbound/unbound_status.php
index d325885f..3aa1912f 100644
--- a/config/unbound/unbound_status.php
+++ b/config/unbound/unbound_status.php
@@ -146,6 +146,7 @@ function execCmds() {
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");
listCmds();
execCmds();