Revision b5eeef07
Added by Ermal LUÇI almost 15 years ago
etc/inc/interfaces.inc | ||
---|---|---|
2546 | 2546 |
/* reload ipsec tunnels */ |
2547 | 2547 |
vpn_ipsec_configure(); |
2548 | 2548 |
|
2549 |
/* restart dnsmasq */ |
|
2550 |
services_dnsmasq_configure(); |
|
2551 |
|
|
2549 | 2552 |
/* update dyndns */ |
2550 | 2553 |
services_dyndns_configure($interface); |
2551 | 2554 |
|
2552 | 2555 |
/* force DNS update */ |
2553 | 2556 |
services_dnsupdate_process($interface); |
2554 | 2557 |
|
2555 |
/* restart dnsmasq */ |
|
2556 |
services_dnsmasq_configure(); |
|
2557 |
|
|
2558 | 2558 |
/* reload captive portal */ |
2559 | 2559 |
captiveportal_init_rules(); |
2560 | 2560 |
|
Also available in: Unified diff
Restart dnsmasq first because dyndns might depend on it. Possibly these all should be sent through evnets to check_reload_status