mirror of
https://git.dn42.dev/dn42/registry.git
synced 2025-05-08 05:35:23 +08:00
Specify format of nserver attributes of inetnum and inet6num and deprecate sha512-pw of mntner
This commit is contained in:
parent
d6b8a37c94
commit
fc7b211e0f
4 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
schema: DNS-SCHEMA
|
||||
ref: dn42.domain
|
||||
key: domain required single primary schema
|
||||
key: nserver required multiple > [domain name] [ip addr]
|
||||
key: nserver required multiple > [domain-name] [ip-addr]
|
||||
key: status required single > {EVALPEND|CONNECT} [timestamp]
|
||||
key: descr optional single
|
||||
key: mnt-by required multiple lookup=dn42.mntner
|
||||
|
|
|
@ -3,7 +3,7 @@ ref: dn42.inet6num
|
|||
key: inet6num required single schema
|
||||
key: cidr required single primary
|
||||
key: netname required single
|
||||
key: nserver optional multiple
|
||||
key: nserver optional multiple > [domain-name]
|
||||
key: country optional multiple
|
||||
key: descr optional single
|
||||
key: status optional single > {ALLOCATED|ASSIGNED} {PI|PA|}
|
||||
|
|
|
@ -3,7 +3,7 @@ ref: dn42.inetnum
|
|||
key: inetnum required single schema
|
||||
key: cidr required single primary
|
||||
key: netname required single
|
||||
key: nserver optional multiple
|
||||
key: nserver optional multiple > [domain-name]
|
||||
key: country optional multiple
|
||||
key: descr optional single
|
||||
key: status optional single > {ALLOCATED|ASSIGNED} {PI|PA|}
|
||||
|
|
|
@ -8,7 +8,7 @@ key: tech-c optional multiple lookup=dn42.person,dn42.r
|
|||
key: auth optional multiple > [method] [value]...
|
||||
key: org optional multiple lookup=dn42.organisation
|
||||
key: abuse-mailbox optional single
|
||||
key: sha512-pw optional single
|
||||
key: sha512-pw deprecate single
|
||||
key: remarks optional multiple
|
||||
key: source required single lookup=dn42.registry
|
||||
mnt-by: DN42-MNT
|
||||
|
|
Loading…
Add table
Reference in a new issue