Project

General

Profile

Bug #10196 » cf-ttl.diff

Jim Pingle, 01/21/2020 07:58 AM

View differences:

src/etc/inc/dyndns.class
"content" => "{$this->_dnsIP}",
"type" => "{$recordType}",
"proxied" => $this->_dnsProxied,
"name" => "{$this->_dnsHost}"
"name" => "{$this->_dnsHost}",
"ttl" => empty($this->_dnsTTL) ? 1 : (int) $this->_dnsTTL
);
$data_json = json_encode($hostData);
$updateHostId = "https://{$dnsServer}/client/v4/zones/{$zone}/dns_records/{$host}";
src/usr/local/www/services_dyndns_edit.php
hideCheckbox('wildcard', true);
hideCheckbox('proxied', false);
hideInput('zoneid', true);
hideInput('ttl', true);
hideInput('ttl', false);
break;
case "digitalocean":
case "digitalocean-v6":
(4-4/4)