summaryrefslogtreecommitdiffstats
path: root/etc/rc.newwanip
diff options
context:
space:
mode:
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