1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork-ROA synced 2024-06-29 04:28:44 +08:00

Generated at 2020-07-29T05:57:11Z

This commit is contained in:
NeoCloud ROA bot 2020-07-29 05:57:11 +00:00
parent 8f8bec955f
commit c937c047e9
7 changed files with 172 additions and 12 deletions

View file

@ -189,7 +189,15 @@
| AS4201270006 | JerryXiao-Anycast | loopback | 10.127.255.53/32 | | | AS4201270006 | JerryXiao-Anycast | loopback | 10.127.255.53/32 | |
| AS4201270006 | JerryXiao6 | subnet | fd10:127:53::/48 | | | AS4201270006 | JerryXiao6 | subnet | fd10:127:53::/48 | |
| AS4201270007 | StaphNet | subnet | 10.127.8.160/27 | | | AS4201270007 | StaphNet | subnet | 10.127.8.160/27 | |
| AS4201270007 | Staph_v6 | subnet | fd10:127:7::/48 | | | AS4201270007 | AOSCNet | subnet | 10.127.7.0/24 | |
| AS4201270007 | Staph_v6 | subnet | fd10:127:7::/51 | |
| AS4201270007 | StaphReserve_0 | subnet | fd10:127:7:2000::/54 | |
| AS4201270007 | AOSCNet_v6 | subnet | fd10:127:7:2672::/64 | |
| AS4201270007 | StaphReserve_1 | subnet | fd10:127:7:3000::/52 | |
| AS4201270007 | StaphReserve_2 | subnet | fd10:127:7:4000::/50 | |
| AS4201270007 | StaphReserve_3 | subnet | fd10:127:7:8000::/50 | |
| AS4201270007 | StaphReserve_4 | subnet | fd10:127:7:c000::/51 | |
| AS4201270007 | StaphPeer | subnet | fd10:127:7:ffff::/64 | |
| AS4201270008 | Icecat-Explosion | subnet | 10.127.4.0/24 | | | AS4201270008 | Icecat-Explosion | subnet | 10.127.4.0/24 | |
| AS4201270008 | MagicNeko IX (Will not broadcast) | subnet | 10.127.237.0/24 | | | AS4201270008 | MagicNeko IX (Will not broadcast) | subnet | 10.127.237.0/24 | |
| AS4201270008 | magicneko-tw | loopback | 10.127.255.117/32 | | | AS4201270008 | magicneko-tw | loopback | 10.127.255.117/32 | |
@ -222,6 +230,7 @@
10.127.0.0/22 10.127.0.0/22
10.127.4.0/24 10.127.4.0/24
10.127.5.0/28 10.127.5.0/28
10.127.7.0/24
10.127.8.0/26 10.127.8.0/26
10.127.8.160/27 10.127.8.160/27
10.127.8.192/26 10.127.8.192/26
@ -250,7 +259,14 @@
10.127.255.80/32 10.127.255.80/32
10.127.255.117/32 10.127.255.117/32
fd10:127::/64 fd10:127::/64
fd10:127:7::/48 fd10:127:7::/51
fd10:127:7:2000::/54
fd10:127:7:2672::/64
fd10:127:7:3000::/52
fd10:127:7:4000::/50
fd10:127:7:8000::/50
fd10:127:7:c000::/51
fd10:127:7:ffff::/64
fd10:127:10::/48 fd10:127:10::/48
fd10:127:13::/48 fd10:127:13::/48
fd10:127:23::/48 fd10:127:23::/48

View file

@ -1,7 +1,7 @@
{ {
"metadata": { "metadata": {
"generated": 1595860847, "generated": 1596002231,
"valid": 1597070447 "valid": 1597211831
}, },
"people": { "people": {
"iEdon": { "iEdon": {
@ -922,13 +922,53 @@
"prefix": "10.127.8.160/27", "prefix": "10.127.8.160/27",
"maxLength": 29, "maxLength": 29,
"netname": "StaphNet" "netname": "StaphNet"
},
{
"prefix": "10.127.7.0/24",
"maxLength": 29,
"netname": "AOSCNet"
} }
], ],
"ipv6": [ "ipv6": [
{ {
"prefix": "fd10:127:7::/48", "prefix": "fd10:127:7::/51",
"maxLength": 64, "maxLength": 64,
"netname": "Staph_v6" "netname": "Staph_v6"
},
{
"prefix": "fd10:127:7:2000::/54",
"maxLength": 64,
"netname": "StaphReserve_0"
},
{
"prefix": "fd10:127:7:2672::/64",
"maxLength": 64,
"netname": "AOSCNet_v6"
},
{
"prefix": "fd10:127:7:3000::/52",
"maxLength": 64,
"netname": "StaphReserve_1"
},
{
"prefix": "fd10:127:7:4000::/50",
"maxLength": 64,
"netname": "StaphReserve_2"
},
{
"prefix": "fd10:127:7:8000::/50",
"maxLength": 64,
"netname": "StaphReserve_3"
},
{
"prefix": "fd10:127:7:c000::/51",
"maxLength": 64,
"netname": "StaphReserve_4"
},
{
"prefix": "fd10:127:7:ffff::/64",
"maxLength": 64,
"netname": "StaphPeer"
} }
] ]
} }

View file

@ -133,6 +133,12 @@
"maxPrefixLength": 29, "maxPrefixLength": 29,
"comment": "StaphNet" "comment": "StaphNet"
}, },
{
"asn": 4201270007,
"prefix": "10.127.7.0/24",
"maxPrefixLength": 29,
"comment": "AOSCNet"
},
{ {
"asn": 4201270008, "asn": 4201270008,
"prefix": "10.127.4.0/24", "prefix": "10.127.4.0/24",
@ -297,10 +303,52 @@
}, },
{ {
"asn": 4201270007, "asn": 4201270007,
"prefix": "fd10:127:7::/48", "prefix": "fd10:127:7::/51",
"maxPrefixLength": 64, "maxPrefixLength": 64,
"comment": "Staph_v6" "comment": "Staph_v6"
}, },
{
"asn": 4201270007,
"prefix": "fd10:127:7:2000::/54",
"maxPrefixLength": 64,
"comment": "StaphReserve_0"
},
{
"asn": 4201270007,
"prefix": "fd10:127:7:2672::/64",
"maxPrefixLength": 64,
"comment": "AOSCNet_v6"
},
{
"asn": 4201270007,
"prefix": "fd10:127:7:3000::/52",
"maxPrefixLength": 64,
"comment": "StaphReserve_1"
},
{
"asn": 4201270007,
"prefix": "fd10:127:7:4000::/50",
"maxPrefixLength": 64,
"comment": "StaphReserve_2"
},
{
"asn": 4201270007,
"prefix": "fd10:127:7:8000::/50",
"maxPrefixLength": 64,
"comment": "StaphReserve_3"
},
{
"asn": 4201270007,
"prefix": "fd10:127:7:c000::/51",
"maxPrefixLength": 64,
"comment": "StaphReserve_4"
},
{
"asn": 4201270007,
"prefix": "fd10:127:7:ffff::/64",
"maxPrefixLength": 64,
"comment": "StaphPeer"
},
{ {
"asn": 4201270008, "asn": 4201270008,
"prefix": "fd10:127:233::/48", "prefix": "fd10:127:233::/48",

View file

@ -1,8 +1,8 @@
{ {
"metadata": { "metadata": {
"counts": 56, "counts": 64,
"generated": 1595860847, "generated": 1596002231,
"valid": 1597070447 "valid": 1597211831
}, },
"roas": [ "roas": [
{ {
@ -110,6 +110,11 @@
"prefix": "10.127.8.160/27", "prefix": "10.127.8.160/27",
"maxLength": 29 "maxLength": 29
}, },
{
"asn": "AS4201270007",
"prefix": "10.127.7.0/24",
"maxLength": 29
},
{ {
"asn": "AS4201270008", "asn": "AS4201270008",
"prefix": "10.127.4.0/24", "prefix": "10.127.4.0/24",
@ -247,7 +252,42 @@
}, },
{ {
"asn": "AS4201270007", "asn": "AS4201270007",
"prefix": "fd10:127:7::/48", "prefix": "fd10:127:7::/51",
"maxLength": 64
},
{
"asn": "AS4201270007",
"prefix": "fd10:127:7:2000::/54",
"maxLength": 64
},
{
"asn": "AS4201270007",
"prefix": "fd10:127:7:2672::/64",
"maxLength": 64
},
{
"asn": "AS4201270007",
"prefix": "fd10:127:7:3000::/52",
"maxLength": 64
},
{
"asn": "AS4201270007",
"prefix": "fd10:127:7:4000::/50",
"maxLength": 64
},
{
"asn": "AS4201270007",
"prefix": "fd10:127:7:8000::/50",
"maxLength": 64
},
{
"asn": "AS4201270007",
"prefix": "fd10:127:7:c000::/51",
"maxLength": 64
},
{
"asn": "AS4201270007",
"prefix": "fd10:127:7:ffff::/64",
"maxLength": 64 "maxLength": 64
}, },
{ {

View file

@ -21,6 +21,7 @@ route 4201270006 max 10.127.8.192/26 as 29;
route 4201270006 max 10.127.9.0/24 as 29; route 4201270006 max 10.127.9.0/24 as 29;
route 4201270006 max 10.127.255.53/32 as 32; route 4201270006 max 10.127.255.53/32 as 32;
route 4201270007 max 10.127.8.160/27 as 29; route 4201270007 max 10.127.8.160/27 as 29;
route 4201270007 max 10.127.7.0/24 as 29;
route 4201270008 max 10.127.4.0/24 as 29; route 4201270008 max 10.127.4.0/24 as 29;
route 4201270008 max 10.127.237.0/24 as 29; route 4201270008 max 10.127.237.0/24 as 29;
route 4201270008 max 10.127.255.117/32 as 32; route 4201270008 max 10.127.255.117/32 as 32;
@ -48,7 +49,14 @@ route 4201270003 max fd10:127:1919::/48 as 64;
route 4201270005 max fd10:127:233:1c3c::/64 as 64; route 4201270005 max fd10:127:233:1c3c::/64 as 64;
route 4201270005 max fd10:127:233:1c3a::/64 as 64; route 4201270005 max fd10:127:233:1c3a::/64 as 64;
route 4201270006 max fd10:127:53::/48 as 64; route 4201270006 max fd10:127:53::/48 as 64;
route 4201270007 max fd10:127:7::/48 as 64; route 4201270007 max fd10:127:7::/51 as 64;
route 4201270007 max fd10:127:7:2000::/54 as 64;
route 4201270007 max fd10:127:7:2672::/64 as 64;
route 4201270007 max fd10:127:7:3000::/52 as 64;
route 4201270007 max fd10:127:7:4000::/50 as 64;
route 4201270007 max fd10:127:7:8000::/50 as 64;
route 4201270007 max fd10:127:7:c000::/51 as 64;
route 4201270007 max fd10:127:7:ffff::/64 as 64;
route 4201270008 max fd10:127:233::/48 as 64; route 4201270008 max fd10:127:233::/48 as 64;
route 4201270009 max fd10:127:ec39::/48 as 64; route 4201270009 max fd10:127:ec39::/48 as 64;
route 4201270010 max fd10:127:10::/48 as 64; route 4201270010 max fd10:127:10::/48 as 64;

View file

@ -21,6 +21,7 @@ route 4201270006 max 10.127.8.192/26 as 29;
route 4201270006 max 10.127.9.0/24 as 29; route 4201270006 max 10.127.9.0/24 as 29;
route 4201270006 max 10.127.255.53/32 as 32; route 4201270006 max 10.127.255.53/32 as 32;
route 4201270007 max 10.127.8.160/27 as 29; route 4201270007 max 10.127.8.160/27 as 29;
route 4201270007 max 10.127.7.0/24 as 29;
route 4201270008 max 10.127.4.0/24 as 29; route 4201270008 max 10.127.4.0/24 as 29;
route 4201270008 max 10.127.237.0/24 as 29; route 4201270008 max 10.127.237.0/24 as 29;
route 4201270008 max 10.127.255.117/32 as 32; route 4201270008 max 10.127.255.117/32 as 32;

View file

@ -9,7 +9,14 @@ route 4201270003 max fd10:127:1919::/48 as 64;
route 4201270005 max fd10:127:233:1c3c::/64 as 64; route 4201270005 max fd10:127:233:1c3c::/64 as 64;
route 4201270005 max fd10:127:233:1c3a::/64 as 64; route 4201270005 max fd10:127:233:1c3a::/64 as 64;
route 4201270006 max fd10:127:53::/48 as 64; route 4201270006 max fd10:127:53::/48 as 64;
route 4201270007 max fd10:127:7::/48 as 64; route 4201270007 max fd10:127:7::/51 as 64;
route 4201270007 max fd10:127:7:2000::/54 as 64;
route 4201270007 max fd10:127:7:2672::/64 as 64;
route 4201270007 max fd10:127:7:3000::/52 as 64;
route 4201270007 max fd10:127:7:4000::/50 as 64;
route 4201270007 max fd10:127:7:8000::/50 as 64;
route 4201270007 max fd10:127:7:c000::/51 as 64;
route 4201270007 max fd10:127:7:ffff::/64 as 64;
route 4201270008 max fd10:127:233::/48 as 64; route 4201270008 max fd10:127:233::/48 as 64;
route 4201270009 max fd10:127:ec39::/48 as 64; route 4201270009 max fd10:127:ec39::/48 as 64;
route 4201270010 max fd10:127:10::/48 as 64; route 4201270010 max fd10:127:10::/48 as 64;