aboutsummaryrefslogtreecommitdiffstats
path: root/config/unbound/unbound_status.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-11-21 17:32:37 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-11-21 17:32:37 -0500
commit5de081ac8f03f36ee84b6aa1c4718aaa9f400f25 (patch)
tree3fb10afece7ba8d8e92554b997f1ddd456c4f6b3 /config/unbound/unbound_status.php
parentb803c68f8dbe1bf68169dd2b6e926d4587623238 (diff)
downloadpfsense-packages-5de081ac8f03f36ee84b6aa1c4718aaa9f400f25.tar.gz
pfsense-packages-5de081ac8f03f36ee84b6aa1c4718aaa9f400f25.tar.bz2
pfsense-packages-5de081ac8f03f36ee84b6aa1c4718aaa9f400f25.zip
Output unbound.conf
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 f94ccfd8..a1d0eacf 100644
--- a/config/unbound/unbound_status.php
+++ b/config/unbound/unbound_status.php
@@ -147,6 +147,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 configuration", "/bin/cat /usr/local/etc/unbound/unbound.conf");
listCmds();
execCmds();
?>