diff --git a/README.md b/README.md index 37c8d8d..b7f3c16 100644 --- a/README.md +++ b/README.md @@ -194,6 +194,7 @@ | AS4201270007 | StaphReserve_3 | subnet | fd10:127:7:8000::/50 | | | AS4201270007 | StaphReserve_4 | subnet | fd10:127:7:c000::/51 | | | AS4201270007 | StaphPeer | subnet | fd10:127:7:ffff::/64 | | +| AS4201270008 | MagicNeko-TW Snode(name:none) | loopback | 10.127.255.117/32 | | | AS4201270009 | santost12 | subnet | 10.127.39.0/27 | | | AS4201270009 | santost12 | subnet | fd10:127:ec39::/48 | | | AS4201270010 | Lan Tian LAN | subnet | 10.127.10.0/24 | | @@ -264,6 +265,7 @@ 10.127.255.54/32 10.127.255.56/32 10.127.255.80/32 +10.127.255.117/32 fd10:127:7::/51 fd10:127:7:2000::/54 fd10:127:7:2672::/64 @@ -294,5 +296,5 @@ fd10:127:ffff:53::/64 | IP Version | Total | Used | Free | Percent Used | Percent Free | |--------------|------------|------------|------------|----------------|----------------| -| IPv4 | 65536 | 6270 | 59266 | 9.57% | 90.43% | +| IPv4 | 65536 | 6271 | 59265 | 9.57% | 90.43% | | IPv6 | 7.9228e+28 | 1.6717e+25 | 7.9211e+28 | 0.02% | 99.98% | diff --git a/neonetwork.json b/neonetwork.json index e0c61bf..99914f0 100644 --- a/neonetwork.json +++ b/neonetwork.json @@ -1,7 +1,7 @@ { "metadata": { - "generated": 1612056506, - "valid": 1613266106 + "generated": 1612087723, + "valid": 1613297323 }, "people": { "Yura": { @@ -282,7 +282,13 @@ "source": "NeoNetwork", "description": "MagicNeko ASIA (Old project ASN)", "routes": { - "ipv4": [], + "ipv4": [ + { + "prefix": "10.127.255.117/32", + "maxLength": 32, + "netname": "MagicNeko-TW Snode(name:none)" + } + ], "ipv6": [] } }, diff --git a/rfc8416.json b/rfc8416.json index 222b8fc..7b5ac9b 100644 --- a/rfc8416.json +++ b/rfc8416.json @@ -151,6 +151,12 @@ "maxPrefixLength": 29, "comment": "AOSCNet" }, + { + "asn": 4201270008, + "prefix": "10.127.255.117/32", + "maxPrefixLength": 32, + "comment": "MagicNeko-TW Snode(name:none)" + }, { "asn": 4201270009, "prefix": "10.127.39.0/27", diff --git a/roa46.json b/roa46.json index 133d7fa..706a861 100644 --- a/roa46.json +++ b/roa46.json @@ -1,8 +1,8 @@ { "metadata": { - "counts": 75, - "generated": 1612056506, - "valid": 1613266106 + "counts": 76, + "generated": 1612087723, + "valid": 1613297323 }, "roas": [ { @@ -125,6 +125,11 @@ "prefix": "10.127.7.0/24", "maxLength": 29 }, + { + "asn": "AS4201270008", + "prefix": "10.127.255.117/32", + "maxLength": 32 + }, { "asn": "AS4201270009", "prefix": "10.127.39.0/27", diff --git a/roa46_bird2.conf b/roa46_bird2.conf index a559e8c..d98bbfe 100644 --- a/roa46_bird2.conf +++ b/roa46_bird2.conf @@ -24,6 +24,7 @@ route 10.127.255.53/32 max 32 as 4201270006; route 10.127.255.54/32 max 32 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; route 10.127.39.0/27 max 29 as 4201270009; route 10.127.10.0/24 max 29 as 4201270010; route 10.127.22.0/29 max 29 as 4201270011; diff --git a/roa4_bird2.conf b/roa4_bird2.conf index 9dc33da..3904f68 100644 --- a/roa4_bird2.conf +++ b/roa4_bird2.conf @@ -24,6 +24,7 @@ route 10.127.255.53/32 max 32 as 4201270006; route 10.127.255.54/32 max 32 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; route 10.127.39.0/27 max 29 as 4201270009; route 10.127.10.0/24 max 29 as 4201270010; route 10.127.22.0/29 max 29 as 4201270011;