summaryrefslogtreecommitdiffstats
path: root/etc/rc.newwanipv6
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-12-30 23:10:44 -0600
committerChris Buechler <cmb@pfsense.org>2014-12-30 23:10:44 -0600
commit1c84a5f10c9961d57212677a80b0e931c5fd57a4 (patch)
tree5ed7442586c91b447001e8af9478cf8eaca7b1c0 /etc/rc.newwanipv6
parent1142d9a06b377dcb8b764288fafc53cf7e54470e (diff)
downloadpfsense-1c84a5f10c9961d57212677a80b0e931c5fd57a4.zip
pfsense-1c84a5f10c9961d57212677a80b0e931c5fd57a4.tar.gz
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.
Diffstat (limited to 'etc/rc.newwanipv6')
-rwxr-xr-xetc/rc.newwanipv64
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/rc.newwanipv6 b/etc/rc.newwanipv6
index c390234..e31274b 100755
--- a/etc/rc.newwanipv6
+++ b/etc/rc.newwanipv6
@@ -162,6 +162,10 @@ if (is_ipaddrv6($oldipv6)) {
file_put_contents("{$g['vardb_path']}/{$interface}_cacheipv6", $curwanipv6);
}
+
+/* reload unbound */
+services_unbound_configure();
+
/* perform RFC 2136 DNS update */
services_dnsupdate_process($interface);
OpenPOWER on IntegriCloud