mirror of
https://github.com/NeoCloud/NeoNetwork-ROA
synced 2024-11-22 19:10:41 +08:00
Generated at 2020-08-07T12:11:39Z
This commit is contained in:
parent
651fc44cdf
commit
e02fbdf322
6 changed files with 52 additions and 5 deletions
|
@ -24,6 +24,7 @@
|
|||
| Yukari | charles@0x7f.cc | CharlesYang |
|
||||
| James58899 | | |
|
||||
| caxap | yrdw@protonmail.com | |
|
||||
| SteveYi | info@steveyi.net | steveyiyo |
|
||||
| Lan Tian | | |
|
||||
| liangjw | liangjw@etlgr.com | liangjw |
|
||||
| LINE-NZ | dn42@line.co.nz | |
|
||||
|
@ -38,6 +39,7 @@
|
|||
| Internet | AS134098 | licson | Licson Internal Network |
|
||||
| Internet | AS140936 | SUNNET | SUNNET |
|
||||
| Internet | AS207268 | Yukari | Strategic Explorations (IX) |
|
||||
| Internet | AS209557 | SteveYi | Yi-Network |
|
||||
| Internet | AS213262 | Moe | Moe |
|
||||
| NeoNetwork | AS4201270000 | Neo_Chen | NeoNetwork Origin |
|
||||
| NeoNetwork | AS4201270001 | septs | NiceLabs Exchange |
|
||||
|
@ -165,6 +167,7 @@
|
|||
| 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 | |
|
||||
| AS209557 | Yi Global VPN | subnet | 10.127.124.0/29 | |
|
||||
| AS213262 | Moe | subnet | fd10:127:3262::/64 | |
|
||||
| AS4201270000 | RESERVED | subnet | 10.127.0.0/24 | |
|
||||
| AS4201270000 | CROOM | subnet | 10.127.1.0/24 | |
|
||||
|
@ -252,6 +255,7 @@
|
|||
10.127.69.0/27
|
||||
10.127.89.0/24
|
||||
10.127.100.0/24
|
||||
10.127.124.0/29
|
||||
10.127.127.0/24
|
||||
10.127.131.0/24
|
||||
10.127.233.0/24
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"metadata": {
|
||||
"generated": 1596799797,
|
||||
"valid": 1598009397
|
||||
"generated": 1596802298,
|
||||
"valid": 1598011898
|
||||
},
|
||||
"people": {
|
||||
"iEdon": {
|
||||
|
@ -834,6 +834,36 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"SteveYi": {
|
||||
"info": {
|
||||
"name": "SteveYi",
|
||||
"contact": {
|
||||
"telegram": "steveyiyo",
|
||||
"github": "steveyiyo",
|
||||
"email": "info@steveyi.net"
|
||||
},
|
||||
"nic_hdl": "STEVEYI"
|
||||
},
|
||||
"asns": [
|
||||
{
|
||||
"asn": 209557,
|
||||
"owner": "SteveYi",
|
||||
"name": "Yi-Network",
|
||||
"source": "Internet",
|
||||
"description": null,
|
||||
"routes": {
|
||||
"ipv4": [
|
||||
{
|
||||
"prefix": "10.127.124.0/29",
|
||||
"maxLength": 29,
|
||||
"netname": "Yi Global VPN"
|
||||
}
|
||||
],
|
||||
"ipv6": []
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"Lan Tian": {
|
||||
"info": {
|
||||
"name": "Lan Tian",
|
||||
|
|
|
@ -19,6 +19,12 @@
|
|||
"maxPrefixLength": 29,
|
||||
"comment": "IX42-LAS-4"
|
||||
},
|
||||
{
|
||||
"asn": 209557,
|
||||
"prefix": "10.127.124.0/29",
|
||||
"maxPrefixLength": 29,
|
||||
"comment": "Yi Global VPN"
|
||||
},
|
||||
{
|
||||
"asn": 4201270000,
|
||||
"prefix": "10.127.0.0/24",
|
||||
|
|
11
roa46.json
11
roa46.json
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"metadata": {
|
||||
"counts": 66,
|
||||
"generated": 1596799797,
|
||||
"valid": 1598009397
|
||||
"counts": 67,
|
||||
"generated": 1596802298,
|
||||
"valid": 1598011898
|
||||
},
|
||||
"roas": [
|
||||
{
|
||||
|
@ -15,6 +15,11 @@
|
|||
"prefix": "10.127.131.0/24",
|
||||
"maxLength": 29
|
||||
},
|
||||
{
|
||||
"asn": "AS209557",
|
||||
"prefix": "10.127.124.0/29",
|
||||
"maxLength": 29
|
||||
},
|
||||
{
|
||||
"asn": "AS4201270000",
|
||||
"prefix": "10.127.0.0/24",
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
route 134098 max 10.127.14.0/23 as 29;
|
||||
route 207268 max 10.127.131.0/24 as 29;
|
||||
route 209557 max 10.127.124.0/29 as 29;
|
||||
route 4201270000 max 10.127.0.0/24 as 29;
|
||||
route 4201270000 max 10.127.1.0/24 as 29;
|
||||
route 4201270000 max 10.127.2.0/24 as 29;
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
route 134098 max 10.127.14.0/23 as 29;
|
||||
route 207268 max 10.127.131.0/24 as 29;
|
||||
route 209557 max 10.127.124.0/29 as 29;
|
||||
route 4201270000 max 10.127.0.0/24 as 29;
|
||||
route 4201270000 max 10.127.1.0/24 as 29;
|
||||
route 4201270000 max 10.127.2.0/24 as 29;
|
||||
|
|
Loading…
Reference in a new issue