Skip to content

Commit 1083ffc

Browse files
author
Marius Burkard
committed
Merge branch 'stable-3.1' into 'stable-3.1'
DNS DKIM TTL records (Fixes #4728) See merge request !623
2 parents 37b4a2e + c929131 commit 1083ffc

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)