diff --git a/README.md b/README.md index 45970cc..b1e33a8 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,7 @@ | AS4242421037 | LibreHouse | subnet | 10.127.8.0/26 | | | AS4242421214 | Yi Global VPN | subnet | 10.127.124.0/29 | | | AS4242422189 | IEDON-NET | subnet | 10.127.21.0/24 | | +| AS4242422189 | IEDON-NET | subnet | 10.127.25.0/24 | | | AS4242422464 | Yura Moe NET | subnet | 10.127.127.0/24 | | | AS4242423088 | SUNNET | subnet | 10.127.11.0/24 | | | AS4242423088 | SUNNET | subnet | fd10:127:ee11::/48 | | @@ -248,6 +249,7 @@ 10.127.21.0/24 10.127.22.0/28 10.127.23.0/29 +10.127.25.0/24 10.127.38.32/27 10.127.39.0/27 10.127.41.0/24 @@ -297,5 +299,5 @@ fd10:127:ffff:53::/64 | IP Version | Total | Used | Free | Percent Used | Percent Free | |--------------|------------|------------|------------|----------------|----------------| -| IPv4 | 65536 | 6271 | 59265 | 9.57% | 90.43% | +| IPv4 | 65536 | 6527 | 59009 | 9.96% | 90.04% | | IPv6 | 7.9228e+28 | 1.6717e+25 | 7.9211e+28 | 0.02% | 99.98% | diff --git a/dns/db.10.127 b/dns/db.10.127 index 718111c..8dff998 100644 --- a/dns/db.10.127 +++ b/dns/db.10.127 @@ -71,6 +71,8 @@ $TTL 604800 12 IN NS ns1.yangfl.dn42. 12 IN NS ns2.yangfl.dn42. +21 IN NS ns.iedon.neo. + ; AUTOGENERATED ; rfc2317 diff --git a/dns/neonetwork b/dns/neonetwork index 7cd47ed..1e0fe2e 100644 --- a/dns/neonetwork +++ b/dns/neonetwork @@ -69,6 +69,9 @@ ns4.lantian IN AAAA fd10:127:10:2::1 ns5.lantian IN A 10.127.10.9 ns5.lantian IN AAAA fd10:127:10:9::1 +iedon IN NS ns.iedon +ns.iedon IN A 10.127.21.1 + staph IN NS ns1.staph staph IN NS ns2.staph staph IN DS 64592 13 2 1AF24492D8FAE84D99E05C9B9088DDB8A82003F3301A53F35EFEC1627BEADDBA diff --git a/neonetwork.json b/neonetwork.json index 27eefa7..9fcc993 100644 --- a/neonetwork.json +++ b/neonetwork.json @@ -1,7 +1,7 @@ { "metadata": { - "generated": 1613369922, - "valid": 1614579522 + "generated": 1613744271, + "valid": 1614953871 }, "people": { "Lan Tian": { @@ -389,6 +389,11 @@ "prefix": "10.127.21.0/24", "maxLength": 29, "netname": "IEDON-NET" + }, + { + "prefix": "10.127.25.0/24", + "maxLength": 29, + "netname": "IEDON-NET" } ], "ipv6": [] diff --git a/rfc8416.json b/rfc8416.json index 4105a0f..82a0b3c 100644 --- a/rfc8416.json +++ b/rfc8416.json @@ -253,6 +253,12 @@ "maxPrefixLength": 29, "comment": "IEDON-NET" }, + { + "asn": 4242422189, + "prefix": "10.127.25.0/24", + "maxPrefixLength": 29, + "comment": "IEDON-NET" + }, { "asn": 4242422464, "prefix": "10.127.127.0/24", diff --git a/roa46.json b/roa46.json index 96a3a6e..501057a 100644 --- a/roa46.json +++ b/roa46.json @@ -1,8 +1,8 @@ { "metadata": { - "counts": 76, - "generated": 1613369922, - "valid": 1614579522 + "counts": 77, + "generated": 1613744271, + "valid": 1614953871 }, "roas": [ { @@ -210,6 +210,11 @@ "prefix": "10.127.21.0/24", "maxLength": 29 }, + { + "asn": "AS4242422189", + "prefix": "10.127.25.0/24", + "maxLength": 29 + }, { "asn": "AS4242422464", "prefix": "10.127.127.0/24", diff --git a/roa46_bird2.conf b/roa46_bird2.conf index 1a16eea..47f971f 100644 --- a/roa46_bird2.conf +++ b/roa46_bird2.conf @@ -41,6 +41,7 @@ route 10.127.38.32/27 max 29 as 4242420308; route 10.127.8.0/26 max 29 as 4242421037; route 10.127.124.0/29 max 29 as 4242421214; route 10.127.21.0/24 max 29 as 4242422189; +route 10.127.25.0/24 max 29 as 4242422189; route 10.127.127.0/24 max 29 as 4242422464; route 10.127.11.0/24 max 29 as 4242423088; route 10.127.255.53/32 max 32 as 4242423618; diff --git a/roa4_bird2.conf b/roa4_bird2.conf index ba55b4c..2769458 100644 --- a/roa4_bird2.conf +++ b/roa4_bird2.conf @@ -41,6 +41,7 @@ route 10.127.38.32/27 max 29 as 4242420308; route 10.127.8.0/26 max 29 as 4242421037; route 10.127.124.0/29 max 29 as 4242421214; route 10.127.21.0/24 max 29 as 4242422189; +route 10.127.25.0/24 max 29 as 4242422189; route 10.127.127.0/24 max 29 as 4242422464; route 10.127.11.0/24 max 29 as 4242423088; route 10.127.255.53/32 max 32 as 4242423618;