aboutsummaryrefslogtreecommitdiffstats
path: root/config/unbound/unbound_status.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-11-21 18:21:36 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-11-21 18:21:36 -0500
commita8eba6b2678521a8848827e4664542e4233f48f6 (patch)
tree934dee6ad08796696158b8662df75a3796e5b40d /config/unbound/unbound_status.php
parentc35d33b5e818885eb65b8b18e1954986ae287791 (diff)
downloadpfsense-packages-a8eba6b2678521a8848827e4664542e4233f48f6.tar.gz
pfsense-packages-a8eba6b2678521a8848827e4664542e4233f48f6.tar.bz2
pfsense-packages-a8eba6b2678521a8848827e4664542e4233f48f6.zip
Add dump_cache
Diffstat (limited to 'config/unbound/unbound_status.php')
-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();