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

Generated at 2021-12-24T05:04:25Z

This commit is contained in:
NeoCloud ROA bot 2021-12-24 05:04:25 +00:00
parent 3ab804c543
commit 1cbd4e734a
6 changed files with 26 additions and 8 deletions

View file

@ -215,6 +215,7 @@
| AS4201270000 | MAIN | subnet | 10.127.1.0/24 | | | AS4201270000 | MAIN | subnet | 10.127.1.0/24 | |
| AS4201270000 | Messed-up Network | subnet | 10.127.2.0/24 | | | AS4201270000 | Messed-up Network | subnet | 10.127.2.0/24 | |
| AS4201270000 | Neo_Chen ZeroTier-One Hub | subnet | 10.127.16.0/24 | | | AS4201270000 | Neo_Chen ZeroTier-One Hub | subnet | 10.127.16.0/24 | |
| AS4201270000 | BS-Net | subnet | 10.127.110.0/24 | |
| AS4201270000 | fsnvax | loopback | 10.127.255.4/32 | | | AS4201270000 | fsnvax | loopback | 10.127.255.4/32 | |
| AS4201270000 | NeoNetwork Origin | subnet | fd10:127:5f37:59df::/64 | | | AS4201270000 | NeoNetwork Origin | subnet | fd10:127:5f37:59df::/64 | |
| AS4201270001 | NiceLabs IX IPv4 Pool | subnet | 10.127.41.0/24 | | | AS4201270001 | NiceLabs IX IPv4 Pool | subnet | 10.127.41.0/24 | |
@ -346,7 +347,7 @@
10.127.88.0/23 10.127.88.0/23
10.127.99.0/24 10.127.99.0/24
10.127.100.0/24 10.127.100.0/24
10.127.111.0/24 10.127.110.0/23
10.127.124.0/29 10.127.124.0/29
10.127.127.0/24 10.127.127.0/24
10.127.128.0/24 10.127.128.0/24
@ -447,7 +448,6 @@ fd10:127:ffff:53::/64
10.127.102.0/23 10.127.102.0/23
10.127.104.0/22 10.127.104.0/22
10.127.108.0/23 10.127.108.0/23
10.127.110.0/24
10.127.112.0/21 10.127.112.0/21
10.127.120.0/22 10.127.120.0/22
10.127.124.8/29 10.127.124.8/29
@ -794,5 +794,5 @@ fd10:127:ffff:8000::/49
| IP Version | Total | Used | Free | Percent Used | Percent Free | | IP Version | Total | Used | Free | Percent Used | Percent Free |
|--------------|------------|------------|------------|----------------|----------------| |--------------|------------|------------|------------|----------------|----------------|
| IPv4 | 65536 | 9644 | 55892 | 14.72% | 85.28% | | IPv4 | 65536 | 9900 | 55636 | 15.11% | 84.89% |
| IPv6 | 7.9228e+28 | 3.2433e+25 | 7.9196e+28 | 0.04% | 99.96% | | IPv6 | 7.9228e+28 | 3.2433e+25 | 7.9196e+28 | 0.04% | 99.96% |

View file

@ -1,7 +1,7 @@
{ {
"metadata": { "metadata": {
"generated": 1639981361, "generated": 1640322265,
"valid": 1641190961 "valid": 1641531865
}, },
"people": { "people": {
"Anillc": { "Anillc": {
@ -699,6 +699,11 @@
"maxLength": 29, "maxLength": 29,
"netname": "Neo_Chen ZeroTier-One Hub" "netname": "Neo_Chen ZeroTier-One Hub"
}, },
{
"prefix": "10.127.110.0/24",
"maxLength": 29,
"netname": "BS-Net"
},
{ {
"prefix": "10.127.255.4/32", "prefix": "10.127.255.4/32",
"maxLength": 32, "maxLength": 32,

View file

@ -97,6 +97,12 @@
"maxPrefixLength": 29, "maxPrefixLength": 29,
"comment": "Neo_Chen ZeroTier-One Hub" "comment": "Neo_Chen ZeroTier-One Hub"
}, },
{
"asn": 4201270000,
"prefix": "10.127.110.0/24",
"maxPrefixLength": 29,
"comment": "BS-Net"
},
{ {
"asn": 4201270000, "asn": 4201270000,
"prefix": "10.127.255.4/32", "prefix": "10.127.255.4/32",

View file

@ -1,8 +1,8 @@
{ {
"metadata": { "metadata": {
"counts": 122, "counts": 123,
"generated": 1639981361, "generated": 1640322265,
"valid": 1641190961 "valid": 1641531865
}, },
"roas": [ "roas": [
{ {
@ -80,6 +80,11 @@
"prefix": "10.127.16.0/24", "prefix": "10.127.16.0/24",
"maxLength": 29 "maxLength": 29
}, },
{
"asn": "AS4201270000",
"prefix": "10.127.110.0/24",
"maxLength": 29
},
{ {
"asn": "AS4201270000", "asn": "AS4201270000",
"prefix": "10.127.255.4/32", "prefix": "10.127.255.4/32",

View file

@ -15,6 +15,7 @@ route 10.127.0.0/24 max 29 as 4201270000;
route 10.127.1.0/24 max 29 as 4201270000; route 10.127.1.0/24 max 29 as 4201270000;
route 10.127.2.0/24 max 29 as 4201270000; route 10.127.2.0/24 max 29 as 4201270000;
route 10.127.16.0/24 max 29 as 4201270000; route 10.127.16.0/24 max 29 as 4201270000;
route 10.127.110.0/24 max 29 as 4201270000;
route 10.127.255.4/32 max 32 as 4201270000; route 10.127.255.4/32 max 32 as 4201270000;
route 10.127.41.0/24 max 29 as 4201270001; route 10.127.41.0/24 max 29 as 4201270001;
route 10.127.89.0/24 max 29 as 4201270003; route 10.127.89.0/24 max 29 as 4201270003;

View file

@ -15,6 +15,7 @@ route 10.127.0.0/24 max 29 as 4201270000;
route 10.127.1.0/24 max 29 as 4201270000; route 10.127.1.0/24 max 29 as 4201270000;
route 10.127.2.0/24 max 29 as 4201270000; route 10.127.2.0/24 max 29 as 4201270000;
route 10.127.16.0/24 max 29 as 4201270000; route 10.127.16.0/24 max 29 as 4201270000;
route 10.127.110.0/24 max 29 as 4201270000;
route 10.127.255.4/32 max 32 as 4201270000; route 10.127.255.4/32 max 32 as 4201270000;
route 10.127.41.0/24 max 29 as 4201270001; route 10.127.41.0/24 max 29 as 4201270001;
route 10.127.89.0/24 max 29 as 4201270003; route 10.127.89.0/24 max 29 as 4201270003;