summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_unbound.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2015-11-27 23:10:13 -0800
committerNOYB <Al_Stu@Frontier.com>2015-11-27 23:10:13 -0800
commit439ba83c590ba63bda07d3c705a193ccf34d2f2f (patch)
treeafb82b2e52e19956672602fd535477a154dae67a /src/usr/local/www/services_unbound.php
parent3e5687391b18a57127f3df30e70e37d2f7b0615f (diff)
downloadpfsense-439ba83c590ba63bda07d3c705a193ccf34d2f2f.zip
pfsense-439ba83c590ba63bda07d3c705a193ccf34d2f2f.tar.gz
Listen Port Config Not Being Saved - Correct it.
Diffstat (limited to 'src/usr/local/www/services_unbound.php')
-rw-r--r--src/usr/local/www/services_unbound.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/local/www/services_unbound.php b/src/usr/local/www/services_unbound.php
index 7b830c7..c1fbf20 100644
--- a/src/usr/local/www/services_unbound.php
+++ b/src/usr/local/www/services_unbound.php
@@ -176,6 +176,7 @@ if ($_POST) {
if (!$input_errors) {
$a_unboundcfg['enable'] = isset($pconfig['enable']);
+ $a_unboundcfg['port'] = $pconfig['port'];
$a_unboundcfg['dnssec'] = isset($pconfig['dnssec']);
$a_unboundcfg['forwarding'] = isset($pconfig['forwarding']);
$a_unboundcfg['regdhcp'] = isset($pconfig['regdhcp']);
OpenPOWER on IntegriCloud