1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-11-22 14:40:41 +08:00

Merge pull request #181 from yujintong/master

Register AS4201270099
This commit is contained in:
Septs 2021-07-26 18:25:55 +08:00 committed by GitHub
commit fb9143260a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 37 additions and 0 deletions

3
asn/AS4201270099.toml Normal file
View file

@ -0,0 +1,3 @@
name = "TsingYao"
owner = "TsingYao"
description = "TsingYao NeoNetwork Network"

View file

@ -93,3 +93,6 @@ $TTL 3600
66 IN NS ns1.fixmix.neo. 66 IN NS ns1.fixmix.neo.
66 IN NS ns2.fixmix.neo. 66 IN NS ns2.fixmix.neo.
66 IN NS ns3.fixmix.neo. 66 IN NS ns3.fixmix.neo.
99 IN NS ns1.tsingyao.neo.
99 IN NS ns2.tsingyao.neo.

View file

@ -49,3 +49,6 @@ $TTL 3600
8.8.4.1 IN NS ns1.bear.neo. 8.8.4.1 IN NS ns1.bear.neo.
c.c.0.0 IN NS ns1.an.dn42. 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.

View file

@ -133,3 +133,9 @@ ns1.iwarp IN AAAA fd10:127:30:53::1
an IN NS ns1.an.dn42. 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
View 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
View file

@ -0,0 +1,3 @@
[TsingYao]
asn = 4201270099
description = "TsingYao Interconnection Region Edge Router"

9
route/AS4201270099.toml Normal file
View 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"