mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
* Fix a typo mismatch in /etc/inc/dyndns.class for CloudFlare URL entry.
This commit is contained in:
parent
0e2eaa1bfd
commit
b8137fc294
@ -620,7 +620,7 @@
|
||||
$needsIP = TRUE;
|
||||
$dnsServer ='www.cloudflare.com';
|
||||
$dnsHost = str_replace(' ','', $this->_dnsHost);
|
||||
$URL = "https://{$dnsServer}/api.html?a=DIUP&email={$this->_dnsUser}&tkn={$this->_dnsPass}&ip={$this->dnsIP}&hosts={$dnsHost}";
|
||||
$URL = "https://{$dnsServer}/api.html?a=DIUP&email={$this->_dnsUser}&tkn={$this->_dnsPass}&ip={$this->_dnsIP}&hosts={$dnsHost}";
|
||||
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
|
||||
curl_setopt($ch, CURLOPT_URL, $URL);
|
||||
break;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user