Revision 95bd66a0
Added by Chris Buechler over 10 years ago
etc/inc/interfaces.inc | ||
---|---|---|
3146 | 3146 |
if (!function_exists('services_dhcpd_configure')) |
3147 | 3147 |
require_once("services.inc"); |
3148 | 3148 |
|
3149 |
if (isset($config['unbound']['enable']))
|
|
3150 |
services_unbound_configure();
|
|
3149 |
if (isset($config['unbound']['enable']))
|
|
3150 |
services_unbound_configure();
|
|
3151 | 3151 |
|
3152 | 3152 |
services_dhcpd_configure("inet6"); |
3153 | 3153 |
} |
Also available in: Unified diff
replace spaces with tabs