Revision 6bccf4ca
Added by Seth Mos over 15 years ago
etc/inc/dyndns.class | ||
---|---|---|
375 | 375 |
if (isset($this->_dnsWildcard) && $this->_dnsWildcard != "OFF") $this->_dnsWildcard = "ON"; |
376 | 376 |
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE); |
377 | 377 |
curl_setopt($ch, CURLOPT_USERPWD, $this->_dnsUser.':'.$this->_dnsPass); |
378 |
$server = "https://updates.opendns.com/nic/update?hostname="; |
|
378 |
$server = "https://updates.opendns.com/nic/update?hostname=". $this->_dnsHost;
|
|
379 | 379 |
$port = ""; |
380 | 380 |
if($this->_dnsServer) |
381 | 381 |
$server = $this->_dnsServer; |
Also available in: Unified diff
Make sure to send the hostname as part of the openDNS update process
Fix ticket #552