summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-17 00:31:33 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-17 00:31:33 +0000
commitda75fe602b22261ea848d5eb42fa39f565f82e86 (patch)
tree3d102f46a1e46dcbc98cbadf93db30d1e4b6781f
parenta9b55504e4e932fcf8e184b06ef37688ab9dea14 (diff)
downloadpfsense-da75fe602b22261ea848d5eb42fa39f565f82e86.zip
pfsense-da75fe602b22261ea848d5eb42fa39f565f82e86.tar.gz
Change DynDNS update freq to 25 days to prevent notice
-rw-r--r--etc/inc/dyndns.class4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/dyndns.class b/etc/inc/dyndns.class
index 4a1c3db..612ec5a 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 28 Days Has Not Past. Not Updating Dynamic DNS Entry.';
+ $error = 'phpDynDNS: No Change In My IP Address and/or 25 Days Has Not Past. Not Updating Dynamic DNS Entry.';
break;
default:
$error = "phpDynDNS: (ERROR!) Unknown Response.";
@@ -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 28 days. Updating.");
+ log_error("DynDns: More than 25 days. Updating.");
}
$update_reason .= "{$currentTime} - {$cacheTime} > {$time} ";
if ($initial == TRUE) {
OpenPOWER on IntegriCloud