mirror of
https://github.com/NeoCloud/NeoNetwork-ROA
synced 2024-11-22 06:50:44 +08:00
Generated at 20200720-171301.228208888
This commit is contained in:
parent
a37e1828ae
commit
9215298ec8
6 changed files with 52 additions and 5 deletions
|
@ -5,6 +5,7 @@ Entity table:
|
|||
alanyhq | | alanyhq
|
||||
LibreHouse | i+noc@outv.im | outvi
|
||||
frank | |
|
||||
Moe | noc@moeternet.com | @moeternet
|
||||
Yangfl Network | |
|
||||
Icecat | icecat@catio.network | fakeicecat
|
||||
Ndoskrnl | lollipop.studio.cn@gmail.com |
|
||||
|
@ -31,6 +32,7 @@ AS table:
|
|||
------------+--------------+------------+-------------------------------------------------
|
||||
Internet | AS134098 | licson | Licson Internal Network
|
||||
Internet | AS207268 | Yukari | Strategic Explorations (IX)
|
||||
Internet | AS213262 | Moe | Moe
|
||||
NeoNetwork | AS4201270000 | Neo_Chen | NeoNetwork Origin
|
||||
NeoNetwork | AS4201270001 | septs | NiceLabs Exchange
|
||||
NeoNetwork | AS4201270002 | septs | Septs HomeLabs
|
||||
|
@ -61,6 +63,7 @@ Node table:
|
|||
ASN | Name
|
||||
--------------+---------------------------
|
||||
AS207268 | IX42-LAS
|
||||
AS213262 | Moe
|
||||
AS4201270000 | caasih
|
||||
AS4201270000 | cklvax
|
||||
AS4201270000 | NeoPDP-11
|
||||
|
@ -151,6 +154,7 @@ Route table:
|
|||
AS134098 | LICSON-NET-SUBALLOC-1 | subnet | 10.127.14.0/23 |
|
||||
AS207268 | IX42-LAS-4 | subnet | 10.127.131.0/24 |
|
||||
AS207268 | IX42-LAS-6 | subnet | fd10:127:1300::/48 |
|
||||
AS213262 | Moe | subnet | fd10:127:3262::/64 |
|
||||
AS4201270000 | RESERVED | subnet | 10.127.0.0/24 |
|
||||
AS4201270000 | CROOM | subnet | 10.127.1.0/24 |
|
||||
AS4201270000 | NeoSystem | subnet | 10.127.2.0/24 |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"metadata": {
|
||||
"generated": 1595264034,
|
||||
"valid": 1596473634
|
||||
"generated": 1595265180,
|
||||
"valid": 1596474780
|
||||
},
|
||||
"people": {
|
||||
"Staph": {
|
||||
|
@ -144,6 +144,36 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"Moe": {
|
||||
"info": {
|
||||
"name": "Moe",
|
||||
"description": "Moe Overflow Electric NOC",
|
||||
"contact": {
|
||||
"email": "noc@moeternet.com",
|
||||
"telegram": "@moeternet"
|
||||
},
|
||||
"nic_hdl": "MOE"
|
||||
},
|
||||
"asns": [
|
||||
{
|
||||
"asn": 213262,
|
||||
"owner": "Moe",
|
||||
"name": "Moe",
|
||||
"source": "Internet",
|
||||
"description": "Moe Overflow Electric",
|
||||
"routes": {
|
||||
"ipv4": [],
|
||||
"ipv6": [
|
||||
{
|
||||
"prefix": "fd10:127:3262::/64",
|
||||
"maxLength": 64,
|
||||
"netname": "Moe"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"Yangfl": {
|
||||
"info": {
|
||||
"name": "Yangfl Network",
|
||||
|
|
|
@ -229,6 +229,12 @@
|
|||
"maxPrefixLength": 64,
|
||||
"comment": "IX42-LAS-6"
|
||||
},
|
||||
{
|
||||
"asn": 213262,
|
||||
"prefix": "fd10:127:3262::/64",
|
||||
"maxPrefixLength": 64,
|
||||
"comment": "Moe"
|
||||
},
|
||||
{
|
||||
"asn": 4201270000,
|
||||
"prefix": "fd10:127:5f37:59df::/64",
|
||||
|
|
11
roa46.json
11
roa46.json
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"metadata": {
|
||||
"counts": 51,
|
||||
"generated": 1595264034,
|
||||
"valid": 1596473634
|
||||
"counts": 52,
|
||||
"generated": 1595265180,
|
||||
"valid": 1596474780
|
||||
},
|
||||
"roas": [
|
||||
{
|
||||
|
@ -190,6 +190,11 @@
|
|||
"prefix": "fd10:127:1300::/48",
|
||||
"maxLength": 64
|
||||
},
|
||||
{
|
||||
"asn": "AS213262",
|
||||
"prefix": "fd10:127:3262::/64",
|
||||
"maxLength": 64
|
||||
},
|
||||
{
|
||||
"asn": "AS4201270000",
|
||||
"prefix": "fd10:127:5f37:59df::/64",
|
||||
|
|
|
@ -37,6 +37,7 @@ route 4242422189 max 10.127.21.0/24 as 29;
|
|||
route 4242422464 max 10.127.127.0/24 as 29;
|
||||
route 4242423088 max 10.127.11.0/24 as 29;
|
||||
route 207268 max fd10:127:1300::/48 as 64;
|
||||
route 213262 max fd10:127:3262::/64 as 64;
|
||||
route 4201270000 max fd10:127:5f37:59df::/64 as 64;
|
||||
route 4201270000 max fd10:127::/64 as 64;
|
||||
route 4201270001 max fd10:127:41::/48 as 64;
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# NeoNetwork ROA tool
|
||||
|
||||
route 207268 max fd10:127:1300::/48 as 64;
|
||||
route 213262 max fd10:127:3262::/64 as 64;
|
||||
route 4201270000 max fd10:127:5f37:59df::/64 as 64;
|
||||
route 4201270000 max fd10:127::/64 as 64;
|
||||
route 4201270001 max fd10:127:41::/48 as 64;
|
||||
|
|
Loading…
Reference in a new issue