From a6ac7e20b56f1b0f1e90358bb2bd19a52bc43abf Mon Sep 17 00:00:00 2001 From: DannyAAM Date: Sun, 19 Jun 2022 04:56:42 +0800 Subject: [PATCH] Register loopback ipv4 for my anycast authoritative DNS Signed-off-by: DannyAAM --- dns/db.10.127 | 1 + route/AS4201270039.toml | 5 +++++ route/AS4242422439.toml | 5 +++++ 3 files changed, 11 insertions(+) diff --git a/dns/db.10.127 b/dns/db.10.127 index e88b8e6..a410716 100644 --- a/dns/db.10.127 +++ b/dns/db.10.127 @@ -56,6 +56,7 @@ $TTL 3600 1.255 IN PTR NeoPDP-11.neo. 4.255 IN PTR fsnvax.neo. 18.255 IN PTR icecat-video.neo. +39.255 IN PTR any.ns.saru.neo. 53.255 IN PTR root-dns.neo. 54.255 IN PTR dns.neo. 56.255 IN PTR frank-hsinchu-1.neo. diff --git a/route/AS4201270039.toml b/route/AS4201270039.toml index c55bcc6..c1a24aa 100644 --- a/route/AS4201270039.toml +++ b/route/AS4201270039.toml @@ -3,6 +3,11 @@ type = "subnet" name = "Saru-Neo-IP4" description = "Saru Network NeoNetwork IPv4" +["10.127.255.39/32"] +type = "loopback" +name = "Saru-Neo-AnyNS-IP4" +description = "Anycast authoritative IPv4 DNS of Saru Network @ NeoNetwork" + ["fd10:127:39::/48"] type = "subnet" name = "Saru-Neo-IP6" diff --git a/route/AS4242422439.toml b/route/AS4242422439.toml index c55bcc6..c1a24aa 100644 --- a/route/AS4242422439.toml +++ b/route/AS4242422439.toml @@ -3,6 +3,11 @@ type = "subnet" name = "Saru-Neo-IP4" description = "Saru Network NeoNetwork IPv4" +["10.127.255.39/32"] +type = "loopback" +name = "Saru-Neo-AnyNS-IP4" +description = "Anycast authoritative IPv4 DNS of Saru Network @ NeoNetwork" + ["fd10:127:39::/48"] type = "subnet" name = "Saru-Neo-IP6"