We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7580dd commit 74df312Copy full SHA for 74df312
1 file changed
interface/web/dns/dns_dkim_edit.php
100755
100644
@@ -108,6 +108,7 @@ function onSubmit() {
108
if (!empty($this->dataRecord['data'])) {
109
$this->dataRecord['data']='v=DKIM1; t=s; p='.$this->dataRecord['data'];
110
$this->dataRecord['name']=$this->dataRecord['selector'].'._domainkey.'.$this->dataRecord['name'];
111
+ $this->dataRecord['ttl']=60;
112
}
113
// Update the serial number and timestamp of the RR record
114
$soa = $app->db->queryOneRecord("SELECT serial FROM dns_rr WHERE id = ?", $this->id);
0 commit comments