summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.newwanip5
1 files changed, 1 insertions, 4 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip
index f5fbd2d..8f5fd0d 100755
--- a/etc/rc.newwanip
+++ b/etc/rc.newwanip
@@ -78,10 +78,7 @@
log_error("Informational: DHClient spawned /etc/rc.newwanip and the new ip is {$interface} - {$curwanip}.");
- /* after IP change, update DynDNS */
- if(!$config['system']['use_old_dyndns']) {
- touch("/tmp/update_dyndns");
- }
+ touch("/tmp/update_dyndns");
/* signal filter reload */
touch("/tmp/filter_dirty");
OpenPOWER on IntegriCloud