From a35f811a23ac04c2a636db30296ca5fe0874c9f5 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 3 Oct 2005 19:49:47 +0000 Subject: If ['system']['use_old_dyndns'] is set, use the old style ez-ipupdate. --- etc/rc.newwanip | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'etc/rc.newwanip') 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(); -- cgit v1.1