enable ip send for FreeDNS DynDNS update

without this, only legacy IP records get updated correctly.

redmi ticket: https://redmine.pfsense.org/issues/8924
This commit is contained in:
9Lukas5 2018-09-20 21:33:36 +02:00
parent ed089dc362
commit 44857365cd
No known key found for this signature in database
GPG Key ID: 47BA2089A2BE1BAA

View File

@ -604,8 +604,8 @@
break;
case 'freedns':
case 'freedns-v6':
$needIP = FALSE;
curl_setopt($ch, CURLOPT_URL, 'https://freedns.afraid.org/dynamic/update.php?' . $this->_dnsPass);
$needIP = TRUE;
curl_setopt($ch, CURLOPT_URL, 'https://freedns.afraid.org/dynamic/update.php?' . $this->_dnsPass . '&address=' . $this->_dnsIP);
break;
case 'dnsexit':
$needsIP = TRUE;