mirror of
https://git.dn42.dev/dn42/registry.git
synced 2025-09-04 16:05:48 +08:00
Merge pull request 'Add IPv6 and Domain' (#5343) from nightcoffee/registry:master into master
Reviewed-on: https://git.dn42.dev/dn42/registry/pulls/5343 Reviewed-by: schema-checker <schema-checker@noreply.dn42.dev>
This commit is contained in:
commit
df7699ef7f
6 changed files with 28 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
aut-num: AS4242423508
|
aut-num: AS4242423508
|
||||||
as-name: NIGHTCOFFEE-AS
|
as-name: NIGHTCOFFEE-AS
|
||||||
descr: Peer with me at guoyijun163@gmail.com
|
descr: Auto Peering at https://dn42.ydkf.me
|
||||||
admin-c: NIGHTCOFFEE-DN42
|
admin-c: NIGHTCOFFEE-DN42
|
||||||
tech-c: NIGHTCOFFEE-DN42
|
tech-c: NIGHTCOFFEE-DN42
|
||||||
mnt-by: NIGHTCOFFEE-MNT
|
mnt-by: NIGHTCOFFEE-MNT
|
||||||
|
|
7
data/dns/nightcoffee.dn42
Normal file
7
data/dns/nightcoffee.dn42
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
domain: nightcoffee.dn42
|
||||||
|
admin-c: NIGHTCOFFEE-DN42
|
||||||
|
tech-c: NIGHTCOFFEE-DN42
|
||||||
|
mnt-by: NIGHTCOFFEE-MNT
|
||||||
|
nserver: ns1.nightcoffee.dn42 172.23.221.33
|
||||||
|
nserver: ns1.nightcoffee.dn42 fd82:9700:355e:53::1
|
||||||
|
source: DN42
|
11
data/inet6num/fd82:9700:355e::_48
Normal file
11
data/inet6num/fd82:9700:355e::_48
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
inet6num: fd82:9700:355e:0000:0000:0000:0000:0000 - fd82:9700:355e:ffff:ffff:ffff:ffff:ffff
|
||||||
|
cidr: fd82:9700:355e::/48
|
||||||
|
netname: NIGHTCOFFEE-IPV6
|
||||||
|
descr: Auto Peering at https://dn42.ydkf.me
|
||||||
|
country: CN
|
||||||
|
admin-c: NIGHTCOFFEE-DN42
|
||||||
|
tech-c: NIGHTCOFFEE-DN42
|
||||||
|
mnt-by: NIGHTCOFFEE-MNT
|
||||||
|
status: ASSIGNED
|
||||||
|
nserver: ns1.nightcoffee.dn42
|
||||||
|
source: DN42
|
|
@ -1,11 +1,12 @@
|
||||||
inetnum: 172.23.221.32 - 172.23.221.63
|
inetnum: 172.23.221.32 - 172.23.221.63
|
||||||
netname: NIGHTCOFFEE-IPV4
|
netname: NIGHTCOFFEE-IPV4
|
||||||
remarks: Peer with me at guoyijun163@gmail.com
|
remarks: Auto Peering at https://dn42.ydkf.me
|
||||||
descr: Peer with me at guoyijun163@gmail.com
|
descr: Auto Peering at https://dn42.ydkf.me
|
||||||
country: CN
|
country: CN
|
||||||
admin-c: NIGHTCOFFEE-DN42
|
admin-c: NIGHTCOFFEE-DN42
|
||||||
tech-c: NIGHTCOFFEE-DN42
|
tech-c: NIGHTCOFFEE-DN42
|
||||||
mnt-by: NIGHTCOFFEE-MNT
|
mnt-by: NIGHTCOFFEE-MNT
|
||||||
status: ASSIGNED
|
status: ASSIGNED
|
||||||
cidr: 172.23.221.32/27
|
cidr: 172.23.221.32/27
|
||||||
|
nserver: ns1.nightcoffee.dn42
|
||||||
source: DN42
|
source: DN42
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
route: 172.23.221.32/27
|
route: 172.23.221.32/27
|
||||||
descr: Peer with me at guoyijun163@gmail.com
|
descr: Auto Peering at https://dn42.ydkf.me
|
||||||
origin: AS4242423508
|
origin: AS4242423508
|
||||||
mnt-by: NIGHTCOFFEE-MNT
|
mnt-by: NIGHTCOFFEE-MNT
|
||||||
source: DN42
|
source: DN42
|
||||||
|
|
5
data/route6/fd82:9700:355e::_48
Normal file
5
data/route6/fd82:9700:355e::_48
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
route6: fd82:9700:355e::/48
|
||||||
|
origin: AS4242423508
|
||||||
|
max-length: 48
|
||||||
|
mnt-by: NIGHTCOFFEE-MNT
|
||||||
|
source: DN42
|
Loading…
Add table
Add a link
Reference in a new issue