mirror of
https://github.com/internetee/registry.git
synced 2025-05-21 03:39:40 +02:00
Story #109066072 - merge changes from 108848454, insert TTL and remove parens in DS records
This commit is contained in:
parent
1ac33f1df6
commit
4c2c19c092
1 changed files with 2 additions and 2 deletions
|
@ -103,8 +103,8 @@ namespace :zonefile do
|
|||
SELECT array_to_string(
|
||||
array(
|
||||
SELECT concat(
|
||||
d.name_puny, '. IN DS ', dk.ds_key_tag, ' ',
|
||||
dk.ds_alg, ' ', dk.ds_digest_type, ' ( ', dk.ds_digest, ' )'
|
||||
d.name_puny, '. 3600 IN DS ', dk.ds_key_tag, ' ',
|
||||
dk.ds_alg, ' ', dk.ds_digest_type, ' ', dk.ds_digest
|
||||
)
|
||||
FROM domains d
|
||||
JOIN dnskeys dk ON dk.domain_id = d.id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue