mirror of
https://github.com/NeoCloud/NeoNetwork-ROA
synced 2024-11-22 06:30:41 +08:00
Generated at 2021-05-26T03:59:47Z
This commit is contained in:
parent
f34d882ca2
commit
28b79effeb
6 changed files with 26 additions and 6 deletions
|
@ -203,6 +203,7 @@
|
|||
| AS4201270006 | JerryXiao6 | subnet | fd10:127:53::/48 | |
|
||||
| AS4201270006 | anycast-auth-4 | loopback | 10.127.255.53/32 | |
|
||||
| AS4201270006 | anycast-recur-4 | loopback | 10.127.255.54/32 | |
|
||||
| AS4201270006 | JerryXiao-Service | subnet | 10.127.18.0/27 | |
|
||||
| AS4201270006 | anycast-auth-6 | loopback | fd10:127:ffff:53::/64 | |
|
||||
| AS4201270006 | anycast-recur-6 | loopback | fd10:127:53:53::/64 | fd10:127:53::/48 |
|
||||
| AS4201270007 | StaphNet | subnet | 10.127.8.160/27 | |
|
||||
|
@ -284,6 +285,7 @@
|
|||
10.127.10.0/23
|
||||
10.127.12.0/22
|
||||
10.127.16.0/24
|
||||
10.127.18.0/27
|
||||
10.127.19.0/24
|
||||
10.127.20.0/23
|
||||
10.127.22.0/28
|
||||
|
@ -346,5 +348,5 @@ fd10:127:ffff:53::/64
|
|||
|
||||
| IP Version | Total | Used | Free | Percent Used | Percent Free |
|
||||
|--------------|------------|------------|------------|----------------|----------------|
|
||||
| IPv4 | 65536 | 7527 | 58009 | 11.49% | 88.51% |
|
||||
| IPv4 | 65536 | 7559 | 57977 | 11.53% | 88.47% |
|
||||
| IPv6 | 7.9228e+28 | 2.3971e+25 | 7.9204e+28 | 0.03% | 99.97% |
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"metadata": {
|
||||
"generated": 1621837596,
|
||||
"valid": 1623047196
|
||||
"generated": 1622001587,
|
||||
"valid": 1623211187
|
||||
},
|
||||
"people": {
|
||||
"licson": {
|
||||
|
@ -163,6 +163,11 @@
|
|||
"prefix": "10.127.255.54/32",
|
||||
"maxLength": 32,
|
||||
"netname": "anycast-recur-4"
|
||||
},
|
||||
{
|
||||
"prefix": "10.127.18.0/27",
|
||||
"maxLength": 29,
|
||||
"netname": "JerryXiao-Service"
|
||||
}
|
||||
],
|
||||
"ipv6": [
|
||||
|
|
|
@ -157,6 +157,12 @@
|
|||
"maxPrefixLength": 32,
|
||||
"comment": "anycast-recur-4"
|
||||
},
|
||||
{
|
||||
"asn": 4201270006,
|
||||
"prefix": "10.127.18.0/27",
|
||||
"maxPrefixLength": 29,
|
||||
"comment": "JerryXiao-Service"
|
||||
},
|
||||
{
|
||||
"asn": 4201270007,
|
||||
"prefix": "10.127.8.160/27",
|
||||
|
|
11
roa46.json
11
roa46.json
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"metadata": {
|
||||
"counts": 102,
|
||||
"generated": 1621837596,
|
||||
"valid": 1623047196
|
||||
"counts": 103,
|
||||
"generated": 1622001587,
|
||||
"valid": 1623211187
|
||||
},
|
||||
"roas": [
|
||||
{
|
||||
|
@ -130,6 +130,11 @@
|
|||
"prefix": "10.127.255.54/32",
|
||||
"maxLength": 32
|
||||
},
|
||||
{
|
||||
"asn": "AS4201270006",
|
||||
"prefix": "10.127.18.0/27",
|
||||
"maxLength": 29
|
||||
},
|
||||
{
|
||||
"asn": "AS4201270007",
|
||||
"prefix": "10.127.8.160/27",
|
||||
|
|
|
@ -25,6 +25,7 @@ route 10.127.9.0/24 max 29 as 4201270006;
|
|||
route 10.127.8.64/26 max 29 as 4201270006;
|
||||
route 10.127.255.53/32 max 32 as 4201270006;
|
||||
route 10.127.255.54/32 max 32 as 4201270006;
|
||||
route 10.127.18.0/27 max 29 as 4201270006;
|
||||
route 10.127.8.160/27 max 29 as 4201270007;
|
||||
route 10.127.7.0/24 max 29 as 4201270007;
|
||||
route 10.127.255.117/32 max 32 as 4201270008;
|
||||
|
|
|
@ -25,6 +25,7 @@ route 10.127.9.0/24 max 29 as 4201270006;
|
|||
route 10.127.8.64/26 max 29 as 4201270006;
|
||||
route 10.127.255.53/32 max 32 as 4201270006;
|
||||
route 10.127.255.54/32 max 32 as 4201270006;
|
||||
route 10.127.18.0/27 max 29 as 4201270006;
|
||||
route 10.127.8.160/27 max 29 as 4201270007;
|
||||
route 10.127.7.0/24 max 29 as 4201270007;
|
||||
route 10.127.255.117/32 max 32 as 4201270008;
|
||||
|
|
Loading…
Reference in a new issue