From 0f60ea890922102440edffb6feb1ab03722b9736 Mon Sep 17 00:00:00 2001 From: Jerry Date: Thu, 17 Dec 2020 13:23:59 +0800 Subject: [PATCH] allow 4242423618 to announce anycast routes --- asn/AS4242423618.toml | 2 ++ route/AS4242423618.toml | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 asn/AS4242423618.toml create mode 100644 route/AS4242423618.toml diff --git a/asn/AS4242423618.toml b/asn/AS4242423618.toml new file mode 100644 index 0000000..2f525a2 --- /dev/null +++ b/asn/AS4242423618.toml @@ -0,0 +1,2 @@ +name = "Jerry AS" +owner = "JerryXiao" diff --git a/route/AS4242423618.toml b/route/AS4242423618.toml new file mode 100644 index 0000000..3542cc7 --- /dev/null +++ b/route/AS4242423618.toml @@ -0,0 +1,20 @@ +["10.127.255.53/32"] +type = "loopback" +name = "anycast-auth-4" +description = "Anycast authoritative DNS" + +["10.127.255.54/32"] +type = "loopback" +name = "anycast-recur-4" +description = "Anycast recursive DNS" + +["fd10:127:ffff:53::/64"] +type = "loopback" +name = "anycast-auth-6" +description = "Anycast authoritative DNS" + +["fd10:127:53:53::/64"] +type = "loopback" +name = "anycast-recur-6" +description = "Anycast recursive DNS" +supernet = "fd10:127:53::/48"