Revision 1c84a5f1
Added by Chris Buechler over 10 years ago
etc/rc.newwanipv6 | ||
---|---|---|
162 | 162 |
file_put_contents("{$g['vardb_path']}/{$interface}_cacheipv6", $curwanipv6); |
163 | 163 |
} |
164 | 164 |
|
165 |
|
|
166 |
/* reload unbound */ |
|
167 |
services_unbound_configure(); |
|
168 |
|
|
165 | 169 |
/* perform RFC 2136 DNS update */ |
166 | 170 |
services_dnsupdate_process($interface); |
167 | 171 |
|
Also available in: Unified diff
Reload Unbound after IP changes, to fix issues noted in Ticket #4095. Do so before Dynamic DNS updates occur to ensure the host has functioning DNS.