diff --git a/README.md b/README.md index 809b29d..85e2e76 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,8 @@ | AS4201270008 | MagicNeko IX (Will not broadcast) | subnet | 10.127.237.0/24 | | | AS4201270008 | magicneko-tw | loopback | 10.127.255.117/32 | | | AS4201270008 | icecat | subnet | fd10:127:233::/48 | | +| AS4201270008 | anycast-recur-4 | loopback | 10.127.255.54/32 | | +| AS4201270008 | anycast-recur-6 | loopback | fd10:127:53:53::/64 | fd10:127:53::/48 | | AS4201270009 | santost12 | subnet | 10.127.69.0/27 | | | AS4201270009 | santost12 | subnet | fd10:127:ec39::/48 | | | AS4201270010 | Lan Tian LAN | subnet | 10.127.10.0/24 | | diff --git a/neonetwork.json b/neonetwork.json index 75c435d..7ae0b8a 100644 --- a/neonetwork.json +++ b/neonetwork.json @@ -1,7 +1,7 @@ { "metadata": { - "generated": 1601187886, - "valid": 1602397486 + "generated": 1601188365, + "valid": 1602397965 }, "people": { "frank": { @@ -210,6 +210,11 @@ "prefix": "10.127.255.117/32", "maxLength": 32, "netname": "magicneko-tw" + }, + { + "prefix": "10.127.255.54/32", + "maxLength": 32, + "netname": "anycast-recur-4" } ], "ipv6": [ @@ -217,6 +222,11 @@ "prefix": "fd10:127:233::/48", "maxLength": 64, "netname": "icecat" + }, + { + "prefix": "fd10:127:53:53::/64", + "maxLength": 64, + "netname": "anycast-recur-6" } ] } diff --git a/rfc8416.json b/rfc8416.json index 84c9551..a436765 100644 --- a/rfc8416.json +++ b/rfc8416.json @@ -175,6 +175,12 @@ "maxPrefixLength": 32, "comment": "magicneko-tw" }, + { + "asn": 4201270008, + "prefix": "10.127.255.54/32", + "maxPrefixLength": 32, + "comment": "anycast-recur-4" + }, { "asn": 4201270009, "prefix": "10.127.69.0/27", @@ -403,6 +409,12 @@ "maxPrefixLength": 64, "comment": "icecat" }, + { + "asn": 4201270008, + "prefix": "fd10:127:53:53::/64", + "maxPrefixLength": 64, + "comment": "anycast-recur-6" + }, { "asn": 4201270009, "prefix": "fd10:127:ec39::/48", diff --git a/roa46.json b/roa46.json index fc471f6..112508d 100644 --- a/roa46.json +++ b/roa46.json @@ -1,8 +1,8 @@ { "metadata": { - "counts": 73, - "generated": 1601187886, - "valid": 1602397486 + "counts": 75, + "generated": 1601188365, + "valid": 1602397965 }, "roas": [ { @@ -145,6 +145,11 @@ "prefix": "10.127.255.117/32", "maxLength": 32 }, + { + "asn": "AS4201270008", + "prefix": "10.127.255.54/32", + "maxLength": 32 + }, { "asn": "AS4201270009", "prefix": "10.127.69.0/27", @@ -335,6 +340,11 @@ "prefix": "fd10:127:233::/48", "maxLength": 64 }, + { + "asn": "AS4201270008", + "prefix": "fd10:127:53:53::/64", + "maxLength": 64 + }, { "asn": "AS4201270009", "prefix": "fd10:127:ec39::/48", diff --git a/roa46_bird2.conf b/roa46_bird2.conf index 515ed98..5061f74 100644 --- a/roa46_bird2.conf +++ b/roa46_bird2.conf @@ -28,6 +28,7 @@ route 10.127.7.0/24 max 29 as 4201270007; route 10.127.4.0/24 max 29 as 4201270008; route 10.127.237.0/24 max 29 as 4201270008; route 10.127.255.117/32 max 32 as 4201270008; +route 10.127.255.54/32 max 32 as 4201270008; route 10.127.69.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; @@ -66,6 +67,7 @@ route fd10:127:7:8000::/50 max 64 as 4201270007; route fd10:127:7:c000::/51 max 64 as 4201270007; route fd10:127:7:ffff::/64 max 64 as 4201270007; route fd10:127:233::/48 max 64 as 4201270008; +route fd10:127:53:53::/64 max 64 as 4201270008; route fd10:127:ec39::/48 max 64 as 4201270009; route fd10:127:10::/48 max 64 as 4201270010; route fd10:127:13::/48 max 64 as 4201270013; diff --git a/roa4_bird2.conf b/roa4_bird2.conf index c2ebe46..cc48829 100644 --- a/roa4_bird2.conf +++ b/roa4_bird2.conf @@ -28,6 +28,7 @@ route 10.127.7.0/24 max 29 as 4201270007; route 10.127.4.0/24 max 29 as 4201270008; route 10.127.237.0/24 max 29 as 4201270008; route 10.127.255.117/32 max 32 as 4201270008; +route 10.127.255.54/32 max 32 as 4201270008; route 10.127.69.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/roa6_bird2.conf b/roa6_bird2.conf index 64f4ae7..234d3d4 100644 --- a/roa6_bird2.conf +++ b/roa6_bird2.conf @@ -20,6 +20,7 @@ route fd10:127:7:8000::/50 max 64 as 4201270007; route fd10:127:7:c000::/51 max 64 as 4201270007; route fd10:127:7:ffff::/64 max 64 as 4201270007; route fd10:127:233::/48 max 64 as 4201270008; +route fd10:127:53:53::/64 max 64 as 4201270008; route fd10:127:ec39::/48 max 64 as 4201270009; route fd10:127:10::/48 max 64 as 4201270010; route fd10:127:13::/48 max 64 as 4201270013;