Revision 439ba83c
Added by NOYB NOYB over 9 years ago
src/usr/local/www/services_unbound.php | ||
---|---|---|
176 | 176 |
|
177 | 177 |
if (!$input_errors) { |
178 | 178 |
$a_unboundcfg['enable'] = isset($pconfig['enable']); |
179 |
$a_unboundcfg['port'] = $pconfig['port']; |
|
179 | 180 |
$a_unboundcfg['dnssec'] = isset($pconfig['dnssec']); |
180 | 181 |
$a_unboundcfg['forwarding'] = isset($pconfig['forwarding']); |
181 | 182 |
$a_unboundcfg['regdhcp'] = isset($pconfig['regdhcp']); |
Also available in: Unified diff
Listen Port Config Not Being Saved - Correct it.