summaryrefslogtreecommitdiffstats
path: root/etc/rc.newwanip
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-12-21 17:31:55 +0000
committerErmal Luçi <eri@pfsense.org>2009-12-21 17:31:55 +0000
commit771df54ef12e43bbdc9b38567135f95f98d96945 (patch)
tree2ed940b1ab0db01616d8979506c26d80db1f551f /etc/rc.newwanip
parent2ec2a374685c2141f4825097057a0496a4d45bc3 (diff)
downloadpfsense-771df54ef12e43bbdc9b38567135f95f98d96945.zip
pfsense-771df54ef12e43bbdc9b38567135f95f98d96945.tar.gz
More fine grained update of dyndns and dnsupdate.
Diffstat (limited to 'etc/rc.newwanip')
-rwxr-xr-xetc/rc.newwanip2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip
index db381bd..8ec4687 100755
--- a/etc/rc.newwanip
+++ b/etc/rc.newwanip
@@ -86,7 +86,7 @@ if (isset($config['system']['dnsallowoverride']))
system_resolvconf_generate(true);
/* perform RFC 2136 DNS update */
-services_dnsupdate_process();
+services_dnsupdate_process($interface);
/* write current WAN IP to file */
$fd = fopen("{$g['vardb_path']}/{$interface}_ip", "w");
OpenPOWER on IntegriCloud