mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
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:
parent
ed089dc362
commit
44857365cd
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user