diff --git a/README.md b/README.md index ddb4454..424182d 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ | Yangfl Network | | | | Yukari | charles@0x7f.cc | CharlesYang | | Yura | yurachan@etlgr.com | @noc2464 | +| Yux Zhu | me@yux.im | im_yux | | alanyhq | | alanyhq | | caxap | yrdw@protonmail.com | | | chenx97 | chenx97@gmail.com | | @@ -77,6 +78,7 @@ | NeoNetwork | AS4201270020 | Edward_P | Edward_P | | NeoNetwork | AS4201270021 | David Liu | FIXMIX-NEO | | NeoNetwork | AS4201270022 | lilydjwg | lilydjwg | +| NeoNetwork | AS4201270030 | Yux | IWARP-NEO | | NeoNetwork | AS4201271488 | SyllaBear | Polar Bear | | DN42 | AS4242420140 | Yangfl | Yangfl Network | | DN42 | AS4242420247 | Ren Baoshuo | BAOSHUO-AS-DN42 | @@ -130,6 +132,7 @@ | AS4201270019 | Cupkappu-HK2 | | AS4201270020 | Edward_P | | AS4201270021 | fixmix | +| AS4201270030 | IWarp | | AS4242420140 | dfceaef | | AS4242420308 | VILLISEK | | AS4242421037 | megumiLHS | @@ -243,6 +246,8 @@ | AS4201270021 | FIXMIX-NET6-NEOA | subnet | fd10:127:aa66::/48 | | | AS4201270022 | lilydjwg | subnet | 10.127.8.136/29 | | | AS4201270022 | lilydjwg | subnet | fd10:127:ba7e::/48 | | +| AS4201270030 | IWARP-NEO-IP4-NETWORK | subnet | 10.127.30.0/24 | | +| AS4201270030 | IWARP-NEO-IP6-NETWORK | subnet | fd10:127:30::/48 | | | AS4201271488 | Bear | subnet | fd10:127:1488::/48 | | | AS4242420140 | dfceaef NET | subnet | 10.127.12.0/24 | | | AS4242420247 | BAOSHUO-NEO-V4-1 | subnet | 10.127.60.0/24 | | @@ -294,6 +299,7 @@ 10.127.22.0/28 10.127.23.0/29 10.127.25.0/24 +10.127.30.0/24 10.127.38.32/27 10.127.39.0/27 10.127.41.0/24 @@ -326,6 +332,7 @@ fd10:127:7:ffff::/64 fd10:127:10::/48 fd10:127:13::/48 fd10:127:23::/48 +fd10:127:30::/48 fd10:127:41::/48 fd10:127:53::/48 fd10:127:64::/48 @@ -350,7 +357,7 @@ fd10:127:ffff:53::/64 ## Address Space Usage -| IP Version | Total | Used | Free | Percent Used | Percent Free | -|--------------|------------|-----------|------------|----------------|----------------| -| IPv4 | 65536 | 7559 | 57977 | 11.53% | 88.47% | -| IPv6 | 7.9228e+28 | 2.518e+25 | 7.9203e+28 | 0.03% | 99.97% | +| IP Version | Total | Used | Free | Percent Used | Percent Free | +|--------------|------------|------------|------------|----------------|----------------| +| IPv4 | 65536 | 7815 | 57721 | 11.92% | 88.08% | +| IPv6 | 7.9228e+28 | 2.6389e+25 | 7.9202e+28 | 0.03% | 99.97% | diff --git a/dns/db.10.127 b/dns/db.10.127 index d7581f9..5636fc3 100644 --- a/dns/db.10.127 +++ b/dns/db.10.127 @@ -1,7 +1,7 @@ ; NeoNetwork DNS Record $TTL 3600 @ IN SOA root-dns.neo. root.neo. ( - 36031331 ; Serial + 36234204 ; Serial 900 ; Refresh 900 ; Retry 86400 ; Expire @@ -85,6 +85,8 @@ $TTL 3600 21 IN NS ns.iedon.neo. +30 IN NS ns1.iwarp.neo. + 127 IN NS ns1.yura.dn42. 127 IN NS ns2.yura.dn42. diff --git a/dns/db.fd10.127 b/dns/db.fd10.127 index 1bc1e96..8dd997f 100644 --- a/dns/db.fd10.127 +++ b/dns/db.fd10.127 @@ -1,7 +1,7 @@ ; NeoNetwork DNS Record $TTL 3600 @ IN SOA root-dns.neo. root.neo. ( - 36111799 ; Serial + 36234204 ; Serial 900 ; Refresh 900 ; Retry 86400 ; Expire @@ -33,6 +33,8 @@ $TTL 3600 0.1.0.0 IN DS 11807 13 2 BBADC27B4EBFC90CBA79F4E69E4F167B9FFAF664B071F4CC46196902054B0910 0.1.0.0 IN DS 11807 13 4 CB48D8BABA0E44B9D363D3142463014EBDE6D28E15997EA8FB5FDBD42FDCF1CF3846E63925A5910DDD6A192571AEBD93 +0.3.0.0 IN NS ns1.iwarp.neo. + 7.0.0.0 IN NS ns1.staph.neo. 7.2.1.0 IN NS ns1.yura.dn42. diff --git a/dns/neonetwork b/dns/neonetwork index 25c30d2..7448f31 100644 --- a/dns/neonetwork +++ b/dns/neonetwork @@ -1,7 +1,7 @@ ; NeoNetwork DNS Record $TTL 3600 @ IN SOA root-dns.neo. root.neo. ( - 36111799 ; Serial + 36234204 ; Serial 900 ; Refresh 900 ; Retry 86400 ; Expire @@ -125,4 +125,11 @@ bear IN NS ns1.bear koala IN NS ns1.bear ns1.bear IN AAAA fd10:127:1488:: +iwarp IN NS ns1.iwarp +go IN NS ns1.iwarp +yux IN NS ns1.iwarp +ns1.iwarp IN A 10.127.30.53 +ns1.iwarp IN AAAA fd10:127:30:53::1 + an IN NS ns1.an.dn42. + diff --git a/neonetwork.json b/neonetwork.json index 7cf47a3..c7f1720 100644 --- a/neonetwork.json +++ b/neonetwork.json @@ -1,7 +1,7 @@ { "metadata": { - "generated": 1623051644, - "valid": 1624261244 + "generated": 1623110247, + "valid": 1624319847 }, "people": { "Anillc": { @@ -1118,6 +1118,46 @@ } ] }, + "Yux": { + "info": { + "name": "Yux Zhu", + "contact": { + "email": "me@yux.im", + "telegram": "im_yux", + "github": "vfreex", + "irc": "yux@hackint" + }, + "persona": { + "pgp": "C1907229F1A6887550AD90A51ECBCCF8B5D891FD" + }, + "nic_hdl": "YUX-ZHU" + }, + "asns": [ + { + "asn": 4201270030, + "owner": "Yux", + "name": "IWARP-NEO", + "source": "NeoNetwork", + "description": null, + "routes": { + "ipv4": [ + { + "prefix": "10.127.30.0/24", + "maxLength": 29, + "netname": "IWARP-NEO-IP4-NETWORK" + } + ], + "ipv6": [ + { + "prefix": "fd10:127:30::/48", + "maxLength": 64, + "netname": "IWARP-NEO-IP6-NETWORK" + } + ] + } + } + ] + }, "alanyhq": { "info": { "name": "alanyhq", diff --git a/rfc8416.json b/rfc8416.json index c38ab19..4b29fdf 100644 --- a/rfc8416.json +++ b/rfc8416.json @@ -265,6 +265,12 @@ "maxPrefixLength": 29, "comment": "lilydjwg" }, + { + "asn": 4201270030, + "prefix": "10.127.30.0/24", + "maxPrefixLength": 29, + "comment": "IWARP-NEO-IP4-NETWORK" + }, { "asn": 4242420140, "prefix": "10.127.12.0/24", @@ -559,6 +565,12 @@ "maxPrefixLength": 64, "comment": "lilydjwg" }, + { + "asn": 4201270030, + "prefix": "fd10:127:30::/48", + "maxPrefixLength": 64, + "comment": "IWARP-NEO-IP6-NETWORK" + }, { "asn": 4201271488, "prefix": "fd10:127:1488::/48", diff --git a/roa46.json b/roa46.json index bc01926..3b89a52 100644 --- a/roa46.json +++ b/roa46.json @@ -1,8 +1,8 @@ { "metadata": { - "counts": 104, - "generated": 1623051644, - "valid": 1624261244 + "counts": 106, + "generated": 1623110247, + "valid": 1624319847 }, "roas": [ { @@ -220,6 +220,11 @@ "prefix": "10.127.8.136/29", "maxLength": 29 }, + { + "asn": "AS4201270030", + "prefix": "10.127.30.0/24", + "maxLength": 29 + }, { "asn": "AS4242420140", "prefix": "10.127.12.0/24", @@ -465,6 +470,11 @@ "prefix": "fd10:127:ba7e::/48", "maxLength": 64 }, + { + "asn": "AS4201270030", + "prefix": "fd10:127:30::/48", + "maxLength": 64 + }, { "asn": "AS4201271488", "prefix": "fd10:127:1488::/48", diff --git a/roa46_bird2.conf b/roa46_bird2.conf index f6fe8da..9abfc2d 100644 --- a/roa46_bird2.conf +++ b/roa46_bird2.conf @@ -43,6 +43,7 @@ route 10.127.19.0/24 max 29 as 4201270019; route 10.127.8.128/29 max 29 as 4201270020; route 10.127.66.0/24 max 29 as 4201270021; route 10.127.8.136/29 max 29 as 4201270022; +route 10.127.30.0/24 max 29 as 4201270030; route 10.127.12.0/24 max 29 as 4242420140; route 10.127.60.0/24 max 29 as 4242420247; route 10.127.38.32/27 max 29 as 4242420308; @@ -92,6 +93,7 @@ route fd10:127:6324::/48 max 64 as 4201270018; route fd10:127:2f2f::/48 max 64 as 4201270020; route fd10:127:aa66::/48 max 64 as 4201270021; route fd10:127:ba7e::/48 max 64 as 4201270022; +route fd10:127:30::/48 max 64 as 4201270030; route fd10:127:1488::/48 max 64 as 4201271488; route fd10:127:9898::/48 max 64 as 4242420247; route fd10:127:308::/48 max 64 as 4242420308; diff --git a/roa4_bird2.conf b/roa4_bird2.conf index 55902a5..0865c03 100644 --- a/roa4_bird2.conf +++ b/roa4_bird2.conf @@ -43,6 +43,7 @@ route 10.127.19.0/24 max 29 as 4201270019; route 10.127.8.128/29 max 29 as 4201270020; route 10.127.66.0/24 max 29 as 4201270021; route 10.127.8.136/29 max 29 as 4201270022; +route 10.127.30.0/24 max 29 as 4201270030; route 10.127.12.0/24 max 29 as 4242420140; route 10.127.60.0/24 max 29 as 4242420247; route 10.127.38.32/27 max 29 as 4242420308; diff --git a/roa6_bird2.conf b/roa6_bird2.conf index bba7aa7..ce211ab 100644 --- a/roa6_bird2.conf +++ b/roa6_bird2.conf @@ -33,6 +33,7 @@ route fd10:127:6324::/48 max 64 as 4201270018; route fd10:127:2f2f::/48 max 64 as 4201270020; route fd10:127:aa66::/48 max 64 as 4201270021; route fd10:127:ba7e::/48 max 64 as 4201270022; +route fd10:127:30::/48 max 64 as 4201270030; route fd10:127:1488::/48 max 64 as 4201271488; route fd10:127:9898::/48 max 64 as 4242420247; route fd10:127:308::/48 max 64 as 4242420308;