summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-12-15 16:18:54 -0200
committerRenato Botelho <garga@FreeBSD.org>2014-12-15 16:18:54 -0200
commit6bb9db05b84257101e409a211e188a9c821fe2a9 (patch)
tree241657b421e1e233297f3291c7d99fd841dc6fe8 /usr/local
parent99441482b92d37f913e343b495f11162b8dcf3a0 (diff)
downloadpfsense-6bb9db05b84257101e409a211e188a9c821fe2a9.zip
pfsense-6bb9db05b84257101e409a211e188a9c821fe2a9.tar.gz
Add a shortcut for unbound and enable it
Diffstat (limited to 'usr/local')
-rw-r--r--usr/local/www/services_unbound.php1
-rw-r--r--usr/local/www/shortcuts.inc7
2 files changed, 7 insertions, 1 deletions
diff --git a/usr/local/www/services_unbound.php b/usr/local/www/services_unbound.php
index e6d4d23..d07d56d 100644
--- a/usr/local/www/services_unbound.php
+++ b/usr/local/www/services_unbound.php
@@ -202,6 +202,7 @@ if ($_GET['act'] == "del") {
$closehead = false;
$pgtitle = array(gettext("Services"),gettext("DNS Resolver"));
+$shortcut_section = "unbound";
include_once("head.inc");
?>
diff --git a/usr/local/www/shortcuts.inc b/usr/local/www/shortcuts.inc
index d192c74..a99f35c 100644
--- a/usr/local/www/shortcuts.inc
+++ b/usr/local/www/shortcuts.inc
@@ -225,6 +225,11 @@ $shortcuts['resolver']['main'] = "services_dnsmasq.php";
$shortcuts['resolver']['log'] = "diag_logs_resolver.php";
$shortcuts['resolver']['service'] = "dnsmasq";
+$shortcuts['unbound'] = array();
+$shortcuts['unbound']['main'] = "services_unbound.php";
+$shortcuts['unbound']['log'] = "diag_logs_resolver.php";
+$shortcuts['unbound']['service'] = "unbound";
+
$shortcuts['wireless'] = array();
$shortcuts['wireless']['main'] = "interfaces_wireless.php";
$shortcuts['wireless']['log'] = "diag_logs_wireless.php";
@@ -263,4 +268,4 @@ $shortcuts['authentication']['status'] = "diag_authentication.php";
$shortcuts['aliases'] = array();
$shortcuts['aliases']['main'] = "firewall_aliases.php";
$shortcuts['aliases']['status'] = "diag_tables.php";
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud