Skip to content

Commit c929131

Browse files
committed
DNS DKIM TTL records (Fixes #4728)
1 parent ecb3e6a commit c929131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/dns/dns_dkim_edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ function onSubmit() {
118118
if (!empty($this->dataRecord['data'])) {
119119
$this->dataRecord['data']='v=DKIM1; t=s; p='.$this->dataRecord['data'];
120120
$this->dataRecord['name']=$this->dataRecord['selector'].'._domainkey.'.$this->dataRecord['name'];
121-
$this->dataRecord['ttl']=60;
121+
// $this->dataRecord['ttl']=60;
122122
}
123123
// Update the serial number and timestamp of the RR record
124124
$soa = $app->db->queryOneRecord("SELECT serial FROM dns_rr WHERE id = ?", $this->id);

0 commit comments

Comments
 (0)