summaryrefslogtreecommitdiffstats
path: root/etc/rc.newwanip
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-09 15:50:26 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-09 15:50:26 +0000
commit0cecf9db389ad87aaa95e197f64fe87d02e0e26b (patch)
tree81f78df7ab5743e47772e0c41a58d260ffa4a160 /etc/rc.newwanip
parentf9a5831e6782c0c5dfeed339325689e660f52871 (diff)
downloadpfsense-0cecf9db389ad87aaa95e197f64fe87d02e0e26b.zip
pfsense-0cecf9db389ad87aaa95e197f64fe87d02e0e26b.tar.gz
Call services_dyndns_configure() after IP change
Diffstat (limited to 'etc/rc.newwanip')
-rwxr-xr-xetc/rc.newwanip5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip
index df64cb0..7927f8d 100755
--- a/etc/rc.newwanip
+++ b/etc/rc.newwanip
@@ -77,7 +77,10 @@
fwrite($fd, $curwanip);
fclose($fd);
}
-
+
+ /* after IP change, update DynDNS */
+ services_dyndns_configure();
+
filter_configure_sync();
?> \ No newline at end of file
OpenPOWER on IntegriCloud