summaryrefslogtreecommitdiffstats
path: root/etc/inc/dyndns.class
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/dyndns.class')
-rw-r--r--etc/inc/dyndns.class6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/dyndns.class b/etc/inc/dyndns.class
index b63071e..4a1c3db 100644
--- a/etc/inc/dyndns.class
+++ b/etc/inc/dyndns.class
@@ -486,7 +486,7 @@
$error = 'phpDynDNS: (ERROR!) The Dynamic DNS Service provided is not yet supported.';
break;
case 10:
- $error = 'phpDynDNS: No Change In My IP Address and/or 25 Days Has Not Past. Not Updating Dynamic DNS Entry.';
+ $error = 'phpDynDNS: No Change In My IP Address and/or 28 Days Has Not Past. Not Updating Dynamic DNS Entry.';
break;
default:
$error = "phpDynDNS: (ERROR!) Unknown Response.";
@@ -537,7 +537,7 @@
/* use 2419200 for dyndns, dhs, easydns, noip, hn
* zoneedit, dyns, ods
*/
- $time = '2419200';
+ $time = '2160000';
$needs_updating = FALSE;
/* lets deterimine if the item needs updating */
@@ -548,7 +548,7 @@
$update_reason = "Cached IP: {$cacheIP} WAN IP: {$wan_ip} ";
if (($currentTime - $cacheTime) > $time ) {
$needs_updating = TRUE;
- log_error("DynDns: More than 25 days. Updating.");
+ log_error("DynDns: More than 28 days. Updating.");
}
$update_reason .= "{$currentTime} - {$cacheTime} > {$time} ";
if ($initial == TRUE) {
OpenPOWER on IntegriCloud