Projet

Général

Profil

« Précédent | Suivant » 

Révision b8137fc2

Ajouté par Leonardo Amaral il y a plus de 9 ans

  • Fix a typo mismatch in /etc/inc/dyndns.class for CloudFlare URL entry.

Voir les différences:

etc/inc/dyndns.class
620 620
					$needsIP = TRUE;
621 621
					$dnsServer ='www.cloudflare.com';
622 622
					$dnsHost = str_replace(' ','', $this->_dnsHost);
623
					$URL = "https://{$dnsServer}/api.html?a=DIUP&email={$this->_dnsUser}&tkn={$this->_dnsPass}&ip={$this->dnsIP}&hosts={$dnsHost}";
623
					$URL = "https://{$dnsServer}/api.html?a=DIUP&email={$this->_dnsUser}&tkn={$this->_dnsPass}&ip={$this->_dnsIP}&hosts={$dnsHost}";
624 624
					curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
625 625
					curl_setopt($ch, CURLOPT_URL, $URL);
626 626
					break;

Formats disponibles : Unified diff