1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork-ROA synced 2024-11-22 20:10:45 +08:00

Generated at 2020-12-17T05:25:09Z

This commit is contained in:
NeoCloud ROA bot 2020-12-17 05:25:09 +00:00
parent 8c5b78b9ce
commit ad0d72368f
7 changed files with 98 additions and 8 deletions

View file

@ -75,6 +75,7 @@
| DN42 | AS4242422189 | iEdon | IEDON-NET-AS | | DN42 | AS4242422189 | iEdon | IEDON-NET-AS |
| DN42 | AS4242422464 | Yura | Yura Network | | DN42 | AS4242422464 | Yura | Yura Network |
| DN42 | AS4242423088 | SUNNET | SUNNET | | DN42 | AS4242423088 | SUNNET | SUNNET |
| DN42 | AS4242423618 | JerryXiao | Jerry AS |
## Node table ## Node table
@ -260,6 +261,10 @@
| AS4242422189 | IEDON-NET | subnet | 10.127.21.0/24 | | | AS4242422189 | IEDON-NET | subnet | 10.127.21.0/24 | |
| AS4242422464 | Yura Moe NET | subnet | 10.127.127.0/24 | | | AS4242422464 | Yura Moe NET | subnet | 10.127.127.0/24 | |
| AS4242423088 | SUNNET | subnet | 10.127.11.0/24 | | | AS4242423088 | SUNNET | subnet | 10.127.11.0/24 | |
| AS4242423618 | anycast-auth-4 | loopback | 10.127.255.53/32 | |
| AS4242423618 | anycast-recur-4 | loopback | 10.127.255.54/32 | |
| AS4242423618 | anycast-auth-6 | loopback | fd10:127:ffff:53::/64 | |
| AS4242423618 | anycast-recur-6 | loopback | fd10:127:53:53::/64 | fd10:127:53::/48 |
## Used CIDR Range ## Used CIDR Range

View file

@ -1,7 +1,7 @@
{ {
"metadata": { "metadata": {
"generated": 1608121161, "generated": 1608182674,
"valid": 1609330761 "valid": 1609392274
}, },
"people": { "people": {
"liangjw": { "liangjw": {
@ -416,6 +416,39 @@
} }
] ]
} }
},
{
"asn": 4242423618,
"owner": "JerryXiao",
"name": "Jerry AS",
"source": "DN42",
"description": null,
"routes": {
"ipv4": [
{
"prefix": "10.127.255.53/32",
"maxLength": 32,
"netname": "anycast-auth-4"
},
{
"prefix": "10.127.255.54/32",
"maxLength": 32,
"netname": "anycast-recur-4"
}
],
"ipv6": [
{
"prefix": "fd10:127:ffff:53::/64",
"maxLength": 64,
"netname": "anycast-auth-6"
},
{
"prefix": "fd10:127:53:53::/64",
"maxLength": 64,
"netname": "anycast-recur-6"
}
]
}
} }
] ]
}, },

View file

@ -307,6 +307,18 @@
"maxPrefixLength": 29, "maxPrefixLength": 29,
"comment": "SUNNET" "comment": "SUNNET"
}, },
{
"asn": 4242423618,
"prefix": "10.127.255.53/32",
"maxPrefixLength": 32,
"comment": "anycast-auth-4"
},
{
"asn": 4242423618,
"prefix": "10.127.255.54/32",
"maxPrefixLength": 32,
"comment": "anycast-recur-4"
},
{ {
"asn": 207268, "asn": 207268,
"prefix": "fd10:127:1300::/48", "prefix": "fd10:127:1300::/48",
@ -486,6 +498,18 @@
"prefix": "fd10:127:233:1000::/64", "prefix": "fd10:127:233:1000::/64",
"maxPrefixLength": 64, "maxPrefixLength": 64,
"comment": "icecat" "comment": "icecat"
},
{
"asn": 4242423618,
"prefix": "fd10:127:ffff:53::/64",
"maxPrefixLength": 64,
"comment": "anycast-auth-6"
},
{
"asn": 4242423618,
"prefix": "fd10:127:53:53::/64",
"maxPrefixLength": 64,
"comment": "anycast-recur-6"
} }
] ]
} }

View file

@ -1,8 +1,8 @@
{ {
"metadata": { "metadata": {
"counts": 80, "counts": 84,
"generated": 1608121161, "generated": 1608182674,
"valid": 1609330761 "valid": 1609392274
}, },
"roas": [ "roas": [
{ {
@ -255,6 +255,16 @@
"prefix": "10.127.11.0/24", "prefix": "10.127.11.0/24",
"maxLength": 29 "maxLength": 29
}, },
{
"asn": "AS4242423618",
"prefix": "10.127.255.53/32",
"maxLength": 32
},
{
"asn": "AS4242423618",
"prefix": "10.127.255.54/32",
"maxLength": 32
},
{ {
"asn": "AS207268", "asn": "AS207268",
"prefix": "fd10:127:1300::/48", "prefix": "fd10:127:1300::/48",
@ -404,6 +414,16 @@
"asn": "AS4242421025", "asn": "AS4242421025",
"prefix": "fd10:127:233:1000::/64", "prefix": "fd10:127:233:1000::/64",
"maxLength": 64 "maxLength": 64
},
{
"asn": "AS4242423618",
"prefix": "fd10:127:ffff:53::/64",
"maxLength": 64
},
{
"asn": "AS4242423618",
"prefix": "fd10:127:53:53::/64",
"maxLength": 64
} }
] ]
} }

View file

@ -50,6 +50,8 @@ route 10.127.124.0/29 max 29 as 4242421214;
route 10.127.21.0/24 max 29 as 4242422189; route 10.127.21.0/24 max 29 as 4242422189;
route 10.127.127.0/24 max 29 as 4242422464; route 10.127.127.0/24 max 29 as 4242422464;
route 10.127.11.0/24 max 29 as 4242423088; route 10.127.11.0/24 max 29 as 4242423088;
route 10.127.255.53/32 max 32 as 4242423618;
route 10.127.255.54/32 max 32 as 4242423618;
route fd10:127:1300::/48 max 64 as 207268; route fd10:127:1300::/48 max 64 as 207268;
route fd10:127:3262::/64 max 64 as 213262; route fd10:127:3262::/64 max 64 as 213262;
route fd10:127:5f37:59df::/64 max 64 as 4201270000; route fd10:127:5f37:59df::/64 max 64 as 4201270000;
@ -80,3 +82,5 @@ route fd10:127:6324::/48 max 64 as 4201270018;
route fd10:127:2f2f::/48 max 64 as 4201270020; route fd10:127:2f2f::/48 max 64 as 4201270020;
route fd10:127:308::/48 max 64 as 4242420308; route fd10:127:308::/48 max 64 as 4242420308;
route fd10:127:233:1000::/64 max 64 as 4242421025; route fd10:127:233:1000::/64 max 64 as 4242421025;
route fd10:127:ffff:53::/64 max 64 as 4242423618;
route fd10:127:53:53::/64 max 64 as 4242423618;

View file

@ -50,3 +50,5 @@ route 10.127.124.0/29 max 29 as 4242421214;
route 10.127.21.0/24 max 29 as 4242422189; route 10.127.21.0/24 max 29 as 4242422189;
route 10.127.127.0/24 max 29 as 4242422464; route 10.127.127.0/24 max 29 as 4242422464;
route 10.127.11.0/24 max 29 as 4242423088; route 10.127.11.0/24 max 29 as 4242423088;
route 10.127.255.53/32 max 32 as 4242423618;
route 10.127.255.54/32 max 32 as 4242423618;

View file

@ -30,3 +30,5 @@ route fd10:127:6324::/48 max 64 as 4201270018;
route fd10:127:2f2f::/48 max 64 as 4201270020; route fd10:127:2f2f::/48 max 64 as 4201270020;
route fd10:127:308::/48 max 64 as 4242420308; route fd10:127:308::/48 max 64 as 4242420308;
route fd10:127:233:1000::/64 max 64 as 4242421025; route fd10:127:233:1000::/64 max 64 as 4242421025;
route fd10:127:ffff:53::/64 max 64 as 4242423618;
route fd10:127:53:53::/64 max 64 as 4242423618;