mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
Add dnssec info to domain info query
This commit is contained in:
parent
338a58a611
commit
c8863df4c5
4 changed files with 65 additions and 21 deletions
|
@ -58,8 +58,8 @@ module Epp
|
|||
name: { value: 'example.ee' },
|
||||
period: { value: '1', attrs: { unit: 'y' } },
|
||||
ns: [
|
||||
{ hostObj: { value: 'ns1.example.com' } },
|
||||
{ hostObj: { value: 'ns2.example.com' } }
|
||||
{ hostObj: { value: 'ns1.example.net' } },
|
||||
{ hostObj: { value: 'ns2.example.net' } }
|
||||
],
|
||||
registrant: { value: 'jd1234' },
|
||||
dnssec: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue