diff options
Diffstat (limited to 'config/unbound')
-rw-r--r-- | config/unbound/unbound_status.php | 1 |
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(); ?> |