mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 10:40:41 +08:00
Register AS4201270030
This commit is contained in:
parent
352f6c7fef
commit
54c02595ea
7 changed files with 38 additions and 0 deletions
4
asn/AS4201270030.toml
Normal file
4
asn/AS4201270030.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
name = "IWARP-NEO"
|
||||
owner = "Yux"
|
||||
desc = "IWARP Global Experimental NeoNetwork"
|
||||
|
|
@ -85,6 +85,8 @@ $TTL 3600
|
|||
|
||||
21 IN NS ns.iedon.neo.
|
||||
|
||||
30 IN NS ns1.iwarp.neo.
|
||||
|
||||
127 IN NS ns1.yura.dn42.
|
||||
127 IN NS ns2.yura.dn42.
|
||||
|
||||
|
|
|
@ -33,6 +33,8 @@ $TTL 3600
|
|||
0.1.0.0 IN DS 11807 13 2 BBADC27B4EBFC90CBA79F4E69E4F167B9FFAF664B071F4CC46196902054B0910
|
||||
0.1.0.0 IN DS 11807 13 4 CB48D8BABA0E44B9D363D3142463014EBDE6D28E15997EA8FB5FDBD42FDCF1CF3846E63925A5910DDD6A192571AEBD93
|
||||
|
||||
0.3.0.0 IN NS ns1.iwarp.neo.
|
||||
|
||||
7.0.0.0 IN NS ns1.staph.neo.
|
||||
|
||||
7.2.1.0 IN NS ns1.yura.dn42.
|
||||
|
|
|
@ -125,4 +125,11 @@ bear IN NS ns1.bear
|
|||
koala IN NS ns1.bear
|
||||
ns1.bear IN AAAA fd10:127:1488::
|
||||
|
||||
iwarp IN NS ns1.iwarp
|
||||
go IN NS ns1.iwarp
|
||||
yux IN NS ns1.iwarp
|
||||
ns1.iwarp IN A 10.127.30.53
|
||||
ns1.iwarp IN AAAA fd10:127:30:53::1
|
||||
|
||||
an IN NS ns1.an.dn42.
|
||||
|
||||
|
|
11
entity/Yux.toml
Normal file
11
entity/Yux.toml
Normal file
|
@ -0,0 +1,11 @@
|
|||
name = "Yux Zhu"
|
||||
|
||||
[contact]
|
||||
email = "me@yux.im"
|
||||
telegram = "im_yux"
|
||||
github = "vfreex"
|
||||
irc = "yux@hackint"
|
||||
|
||||
[persona]
|
||||
pgp = "C1907229F1A6887550AD90A51ECBCCF8B5D891FD"
|
||||
|
2
node/IWarp.toml
Normal file
2
node/IWarp.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
[IWarp]
|
||||
asn = 4201270030
|
10
route/AS4201270030.toml
Normal file
10
route/AS4201270030.toml
Normal file
|
@ -0,0 +1,10 @@
|
|||
["10.127.30.0/24"]
|
||||
type = "subnet"
|
||||
name = "IWARP-NEO-IP4-NETWORK"
|
||||
description = "IWarp Global Experimental NeoNetwork - IPv4"
|
||||
|
||||
["fd10:127:30::/48"]
|
||||
type = "subnet"
|
||||
name = "IWARP-NEO-IP6-NETWORK"
|
||||
description = "IWarp Global Experimental NeoNetwork - IPv6"
|
||||
|
Loading…
Reference in a new issue