From 46a023527394d4933f515011de9b2e5bbb4c27b4 Mon Sep 17 00:00:00 2001 From: NeoCloud ROA bot Date: Sun, 8 Nov 2020 17:23:02 +0000 Subject: [PATCH] Generated at 2020-11-08T17:23:02Z --- README.md | 6 ++++++ neonetwork.json | 38 ++++++++++++++++++++++++++++++++++++-- rfc8416.json | 6 ++++++ roa46.json | 11 ++++++++--- roa46_bird2.conf | 1 + roa4_bird2.conf | 1 + 6 files changed, 58 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 80cd164..cdfefb3 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ | MagicNeko | icecat@catio.network | fakeicecat | | Tyler | | santost12 | | LibreHouse | i+noc@outv.im | outvi | +| Cupkappu | cup@kust.ga | kifuc | | alanyhq | | alanyhq | | caxap | yrdw@protonmail.com | | | LINE-NZ | dn42@line.co.nz | | @@ -62,6 +63,7 @@ | NeoNetwork | AS4201270016 | liangjw | Moecast Network | | NeoNetwork | AS4201270017 | CainSakura | Cain's Home Network | | NeoNetwork | AS4201270018 | caxap | caxap Network | +| NeoNetwork | AS4201270019 | Cupkappu | Cupkappu | | DN42 | AS4242420140 | Yangfl | Yangfl Network | | DN42 | AS4242420308 | VILLISEK | VILLISEK | | DN42 | AS4242420916 | alanyhq | alanyhq | @@ -114,6 +116,8 @@ | AS4201270016 | liangjw | | AS4201270017 | CainSakura-home | | AS4201270018 | caxap-SH | +| AS4201270019 | Cupkappu-HK | +| AS4201270019 | Cupkappu-JP | | AS4242420140 | dfceaef | | AS4242420308 | VILLISEK | | AS4242421037 | megumiLHS | @@ -239,6 +243,7 @@ | AS4201270016 | Moecast Network | subnet | 10.127.64.0/27 | | | AS4201270018 | caxap-minecraft-net | subnet | 10.127.100.0/24 | | | AS4201270018 | caxap6 | subnet | fd10:127:6324::/48 | | +| AS4201270019 | cupkappu | subnet | 10.127.19.96/27 | | | AS4242420140 | dfceaef NET | subnet | 10.127.12.0/24 | | | AS4242420308 | VILLISEK-NEO | subnet | 10.127.38.32/27 | | | AS4242420308 | VILLISEK-NEO-V6 | subnet | fd10:127:308::/48 | | @@ -263,6 +268,7 @@ 10.127.10.0/23 10.127.12.0/22 10.127.16.0/24 +10.127.19.96/27 10.127.21.0/24 10.127.22.0/28 10.127.23.0/29 diff --git a/neonetwork.json b/neonetwork.json index f98af40..f5ed0a0 100644 --- a/neonetwork.json +++ b/neonetwork.json @@ -1,7 +1,7 @@ { "metadata": { - "generated": 1604297698, - "valid": 1605507298 + "generated": 1604856181, + "valid": 1606065781 }, "people": { "leedagee": { @@ -1005,6 +1005,40 @@ } ] }, + "Cupkappu": { + "info": { + "name": "Cupkappu", + "babel": [ + "jp-1", + "zh-0" + ], + "contact": { + "telegram": "kifuc", + "email": "cup@kust.ga", + "github": "cupkappu" + }, + "nic_hdl": "CUPKAPPU" + }, + "asns": [ + { + "asn": 4201270019, + "owner": "Cupkappu", + "name": "Cupkappu", + "source": "NeoNetwork", + "description": null, + "routes": { + "ipv4": [ + { + "prefix": "10.127.19.96/27", + "maxLength": 29, + "netname": "cupkappu" + } + ], + "ipv6": [] + } + } + ] + }, "alanyhq": { "info": { "name": "alanyhq", diff --git a/rfc8416.json b/rfc8416.json index b3acd6a..fb92261 100644 --- a/rfc8416.json +++ b/rfc8416.json @@ -247,6 +247,12 @@ "maxPrefixLength": 29, "comment": "caxap-minecraft-net" }, + { + "asn": 4201270019, + "prefix": "10.127.19.96/27", + "maxPrefixLength": 29, + "comment": "cupkappu" + }, { "asn": 4242420140, "prefix": "10.127.12.0/24", diff --git a/roa46.json b/roa46.json index 05240a3..f23d459 100644 --- a/roa46.json +++ b/roa46.json @@ -1,8 +1,8 @@ { "metadata": { - "counts": 76, - "generated": 1604297698, - "valid": 1605507298 + "counts": 77, + "generated": 1604856181, + "valid": 1606065781 }, "roas": [ { @@ -205,6 +205,11 @@ "prefix": "10.127.100.0/24", "maxLength": 29 }, + { + "asn": "AS4201270019", + "prefix": "10.127.19.96/27", + "maxLength": 29 + }, { "asn": "AS4242420140", "prefix": "10.127.12.0/24", diff --git a/roa46_bird2.conf b/roa46_bird2.conf index e6e962c..1d16bfa 100644 --- a/roa46_bird2.conf +++ b/roa46_bird2.conf @@ -40,6 +40,7 @@ route 10.127.13.0/24 max 29 as 4201270013; route 10.127.23.0/29 max 29 as 4201270014; route 10.127.64.0/27 max 29 as 4201270016; route 10.127.100.0/24 max 29 as 4201270018; +route 10.127.19.96/27 max 29 as 4201270019; route 10.127.12.0/24 max 29 as 4242420140; route 10.127.38.32/27 max 29 as 4242420308; route 10.127.8.0/26 max 29 as 4242421037; diff --git a/roa4_bird2.conf b/roa4_bird2.conf index ad3f7c8..b8a2330 100644 --- a/roa4_bird2.conf +++ b/roa4_bird2.conf @@ -40,6 +40,7 @@ route 10.127.13.0/24 max 29 as 4201270013; route 10.127.23.0/29 max 29 as 4201270014; route 10.127.64.0/27 max 29 as 4201270016; route 10.127.100.0/24 max 29 as 4201270018; +route 10.127.19.96/27 max 29 as 4201270019; route 10.127.12.0/24 max 29 as 4242420140; route 10.127.38.32/27 max 29 as 4242420308; route 10.127.8.0/26 max 29 as 4242421037;