Revision 50b2851b
Added by Warren Baker about 11 years ago
etc/inc/zeromq.inc | ||
---|---|---|
260 | 260 |
require_once("openvpn.inc"); |
261 | 261 |
openvpn_resync_all(); |
262 | 262 |
services_dhcpd_configure(); |
263 |
services_dnsmasq_configure(); |
|
263 |
if (isset($config['dnsmasq']['enable'])) |
|
264 |
services_dnsmasq_configure(); |
|
265 |
elseif (isset($config['unbound']['enable'])) |
|
266 |
services_unbound_configure(); |
|
264 | 267 |
local_sync_accounts(); |
265 | 268 |
return ZEROMQ_FASLE; |
266 | 269 |
} |
Also available in: Unified diff
Handle 0MQ filter configure