Revision 457e7e34
Added by Chris Buechler over 10 years ago
etc/inc/dyndns.class | ||
---|---|---|
571 | 571 |
$this->_dnsWildcard = "ON"; |
572 | 572 |
} |
573 | 573 |
curl_setopt($ch, CURLOPT_USERPWD, $this->_dnsUser.':'.$this->_dnsPass); |
574 |
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE); |
|
575 | 574 |
$server = "https://carol.selfhost.de/nic/update"; |
576 | 575 |
$port = ""; |
577 | 576 |
if ($this->_dnsServer) { |
Also available in: Unified diff
Re-enable verification for selfhost since their chain issue is resolved. Ticket #4545