From 439ba83c590ba63bda07d3c705a193ccf34d2f2f Mon Sep 17 00:00:00 2001 From: NOYB Date: Fri, 27 Nov 2015 23:10:13 -0800 Subject: Listen Port Config Not Being Saved - Correct it. --- src/usr/local/www/services_unbound.php | 1 + 1 file changed, 1 insertion(+) (limited to 'src/usr/local/www/services_unbound.php') 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']); -- cgit v1.1