mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 08:10:40 +08:00
commit
fb9143260a
7 changed files with 37 additions and 0 deletions
3
asn/AS4201270099.toml
Normal file
3
asn/AS4201270099.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
name = "TsingYao"
|
||||
owner = "TsingYao"
|
||||
description = "TsingYao NeoNetwork Network"
|
|
@ -93,3 +93,6 @@ $TTL 3600
|
|||
66 IN NS ns1.fixmix.neo.
|
||||
66 IN NS ns2.fixmix.neo.
|
||||
66 IN NS ns3.fixmix.neo.
|
||||
|
||||
99 IN NS ns1.tsingyao.neo.
|
||||
99 IN NS ns2.tsingyao.neo.
|
||||
|
|
|
@ -49,3 +49,6 @@ $TTL 3600
|
|||
8.8.4.1 IN NS ns1.bear.neo.
|
||||
|
||||
c.c.0.0 IN NS ns1.an.dn42.
|
||||
|
||||
9.9.0.0 IN NS ns1.tsingyao.neo.
|
||||
9.9.0.0 IN NS ns2.tsingyao.neo.
|
||||
|
|
|
@ -133,3 +133,9 @@ ns1.iwarp IN AAAA fd10:127:30:53::1
|
|||
|
||||
an IN NS ns1.an.dn42.
|
||||
|
||||
tsingyao IN NS ns1.tsingyao
|
||||
tsingyao IN NS ns2.tsingyao
|
||||
ns1.tsingyao IN A 10.127.99.1
|
||||
ns1.tsingyao IN AAAA fd10:127:99:1::1
|
||||
ns2.tsingyao IN A 10.127.99.2
|
||||
ns2.tsingyao IN AAAA fd10:127:99:2::1
|
||||
|
|
10
entity/TsingYao.toml
Normal file
10
entity/TsingYao.toml
Normal file
|
@ -0,0 +1,10 @@
|
|||
name = "TsingYao"
|
||||
|
||||
[contact]
|
||||
email = "yujintong@126.com"
|
||||
telegram = "@yujintong"
|
||||
irc = "yujintong"
|
||||
github = "yujintong"
|
||||
|
||||
[persona]
|
||||
pgp = "DD515D58188FBD2F9AF484F8AD04D02E24AC52C9"
|
3
node/TsingYao.toml
Normal file
3
node/TsingYao.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
[TsingYao]
|
||||
asn = 4201270099
|
||||
description = "TsingYao Interconnection Region Edge Router"
|
9
route/AS4201270099.toml
Normal file
9
route/AS4201270099.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
["10.127.99.0/24"]
|
||||
type = "subnet"
|
||||
name = "TSINTYAO-NET4-NEOA"
|
||||
description = "TsingYao Technologies NeoNetwork IPv4 Block"
|
||||
|
||||
["fd10:127:99::/48"]
|
||||
type = "subnet"
|
||||
name = "TSINGYAO-NET6-NEOA"
|
||||
description = "TsingYao Technologies NeoNetwork IPv6 Block"
|
Loading…
Reference in a new issue