summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-03 19:49:47 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-03 19:49:47 +0000
commita35f811a23ac04c2a636db30296ca5fe0874c9f5 (patch)
tree63e7b8692b48439b1fc8ae14e460ce807f35276c /etc/inc
parent0d5f2f3ed159de68fe2eb5e81a752c51ccc2b845 (diff)
downloadpfsense-a35f811a23ac04c2a636db30296ca5fe0874c9f5.zip
pfsense-a35f811a23ac04c2a636db30296ca5fe0874c9f5.tar.gz
If ['system']['use_old_dyndns'] is set, use the old style ez-ipupdate.
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/services.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index 638d881..3a206a4 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -385,6 +385,10 @@ function services_dyndns_configure() {
}
} else {
sleep(1);
+ if($config['system']['use_old_dyndns'] <> "") {
+ services_dyndns_configure_old();
+ exit;
+ }
}
$dns = new updatedns($dnsService = $config['dyndns']['type'],
OpenPOWER on IntegriCloud