Project

General

Profile

Bug #16112 » 16112-v2.patch

Christopher Cope, 07/10/2026 02:10 PM

View differences:

src/etc/inc/dyndns.class
curl_setopt($ch, CURLOPT_USERPWD, $this->_dnsUser . ':' . $this->_dnsPass);
curl_setopt($ch, CURLOPT_POSTFIELDS, $post_data);
curl_setopt($ch, CURLOPT_URL, $server);
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "PUT");
break;
case 'name.com':
case 'name.com-v6':
(2-2/2)