mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 06:50:41 +08:00
register (#168)
This commit is contained in:
parent
e0bce10cf8
commit
c55598481c
6 changed files with 24 additions and 0 deletions
3
asn/AS4242422526.toml
Normal file
3
asn/AS4242422526.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
name = "ANILLC-AS"
|
||||
owner = "Anillc"
|
||||
description = "Anillc Network"
|
|
@ -76,6 +76,8 @@ $TTL 3600
|
|||
12 IN NS ns1.yangfl.dn42.
|
||||
12 IN NS ns2.yangfl.dn42.
|
||||
|
||||
20 IN NS ns1.an.dn42.
|
||||
|
||||
21 IN NS ns.iedon.neo.
|
||||
|
||||
127 IN NS ns1.yura.dn42.
|
||||
|
|
|
@ -43,3 +43,5 @@ $TTL 3600
|
|||
6.6.a.a IN NS ns1.fixmix.neo.
|
||||
6.6.a.a IN NS ns2.fixmix.neo.
|
||||
6.6.a.a IN NS ns3.fixmix.neo.
|
||||
|
||||
c.c.0.0 IN NS ns1.an.dn42.
|
||||
|
|
|
@ -116,3 +116,5 @@ ns3.fixmix IN A 10.127.66.52
|
|||
ns1.fixmix IN AAAA fd10:127:aa66:11::
|
||||
ns2.fixmix IN AAAA fd10:127:aa66:21::
|
||||
ns3.fixmix IN AAAA fd10:127:aa66:31::
|
||||
|
||||
an IN NS ns1.an.dn42.
|
||||
|
|
8
entity/Anillc.toml
Normal file
8
entity/Anillc.toml
Normal file
|
@ -0,0 +1,8 @@
|
|||
name = "Anillc"
|
||||
|
||||
[contact]
|
||||
email = "noc@anillc.cn"
|
||||
github = "Anillc"
|
||||
|
||||
[persona]
|
||||
pgp = "DCD75832819A6CAB61C8F7D337F54FEE22679910"
|
7
route/AS4242422526.toml
Normal file
7
route/AS4242422526.toml
Normal file
|
@ -0,0 +1,7 @@
|
|||
["10.127.20.0/24"]
|
||||
type = "subnet"
|
||||
name = "Anillc Network v4"
|
||||
|
||||
["fd10:127:cc::/48"]
|
||||
type = "subnet"
|
||||
name = "Anillc Network v6"
|
Loading…
Reference in a new issue