mirror of
https://git.dn42.dev/dn42/registry.git
synced 2025-07-02 08:36:38 +08:00
Fixed IPv6 address request. Now conforms to RFC4193 section 3.2... I think.
This commit is contained in:
parent
e60b5393e1
commit
4e2ab3d189
4 changed files with 11 additions and 4 deletions
|
@ -3,5 +3,5 @@ admin-c: 42ISLIFE-DN42
|
|||
tech-c: 42ISLIFE-DN42
|
||||
mnt-by: 42ISLIFE-MNT
|
||||
nserver: ns1.42islife.dn42 172.20.175.1
|
||||
nserver: ns1.42islife.dn42 fd69:1337:cafe::1337
|
||||
nserver: ns1.42islife.dn42 fd09:d32f:5a03::1337
|
||||
source: DN42
|
||||
|
|
7
data/dns/as4242420505.dn42
Normal file
7
data/dns/as4242420505.dn42
Normal file
|
@ -0,0 +1,7 @@
|
|||
domain: as4242420505.dn42
|
||||
admin-c: 42ISLIFE-DN42
|
||||
tech-c: 42ISLIFE-DN42
|
||||
mnt-by: 42ISLIFE-MNT
|
||||
nserver: ns1.42islife.dn42 172.20.175.1
|
||||
nserver: ns1.42islife.dn42 fd09:d32f:5a03::1337
|
||||
source: DN42
|
|
@ -1,5 +1,5 @@
|
|||
inet6num: fd69:1337:cafe:0000:0000:0000:0000:0000 - fd69:1337:cafe:ffff:ffff:ffff:ffff:ffff
|
||||
cidr: fd69:1337:cafe::/48
|
||||
inet6num: fd09:d32f:5a03:0000:0000:0000:0000:0000 - fd09:d32f:5a03:ffff:ffff:ffff:ffff:ffff
|
||||
cidr: fd09:d32f:5a03::/48
|
||||
netname: 42ISLIFE-NETWORK
|
||||
descr: 42is Life Network
|
||||
country: CA
|
|
@ -1,4 +1,4 @@
|
|||
route6: fd69:1337:cafe::/48
|
||||
route6: fd09:d32f:5a03::/48
|
||||
origin: AS4242420505
|
||||
mnt-by: 42ISLIFE-MNT
|
||||
source: DN42
|
Loading…
Add table
Reference in a new issue