mirror of
https://git.dn42.dev/dn42/registry.git
synced 2025-06-22 19:56:03 +08:00
Merge pull request 'Add reverse dns for my ip' (#882) from R.I.P./registry:rip-20210612/reverse_dns into master
Reviewed-on: https://git.dn42.dev/dn42/registry/pulls/882 Reviewed-by: schema-checker <schema-checker@noreply.dn42.us>
This commit is contained in:
commit
35e9f8581c
3 changed files with 9 additions and 0 deletions
7
data/dns/rip.dn42
Normal file
7
data/dns/rip.dn42
Normal file
|
@ -0,0 +1,7 @@
|
|||
domain: rip.dn42
|
||||
admin-c: RIP-DN42
|
||||
tech-c: RIP-DN42
|
||||
mnt-by: RIP-MNT
|
||||
nserver: ns1.rip.dn42 172.23.110.128
|
||||
nserver: ns1.rip.dn42 fdbc:f9dc:0332::1
|
||||
source: DN42
|
|
@ -5,6 +5,7 @@ country: CN
|
|||
admin-c: RIP-DN42
|
||||
tech-c: RIP-DN42
|
||||
mnt-by: RIP-MNT
|
||||
nserver: ns1.rip.dn42
|
||||
status: ASSIGNED
|
||||
cidr: fdbc:f9dc:332::/48
|
||||
source: DN42
|
||||
|
|
|
@ -5,6 +5,7 @@ country: CN
|
|||
admin-c: RIP-DN42
|
||||
tech-c: RIP-DN42
|
||||
mnt-by: RIP-MNT
|
||||
nserver: ns1.rip.dn42
|
||||
status: ASSIGNED
|
||||
cidr: 172.23.110.128/27
|
||||
source: DN42
|
||||
|
|
Loading…
Add table
Reference in a new issue