summaryrefslogtreecommitdiffstats
path: root/etc/rc.newwanip
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-03 19:49:47 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-03 19:49:47 +0000
commita35f811a23ac04c2a636db30296ca5fe0874c9f5 (patch)
tree63e7b8692b48439b1fc8ae14e460ce807f35276c /etc/rc.newwanip
parent0d5f2f3ed159de68fe2eb5e81a752c51ccc2b845 (diff)
downloadpfsense-a35f811a23ac04c2a636db30296ca5fe0874c9f5.zip
pfsense-a35f811a23ac04c2a636db30296ca5fe0874c9f5.tar.gz
If ['system']['use_old_dyndns'] is set, use the old style ez-ipupdate.
Diffstat (limited to 'etc/rc.newwanip')
-rwxr-xr-xetc/rc.newwanip4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip
index 09b666b..4d01a62 100755
--- a/etc/rc.newwanip
+++ b/etc/rc.newwanip
@@ -81,7 +81,9 @@
log_error("Informational: DHClient spawned /etc/rc.newwanip and the new ip is {$interface} - {$curwanip}.");
/* after IP change, update DynDNS */
- services_dyndns_configure();
+ if(!$config['system']['use_old_dyndns']) {
+ services_dyndns_configure();
+ }
filter_configure();
OpenPOWER on IntegriCloud