1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-09-28 06:24:10 +08:00

Merge pull request #223 from danny8376/saru-moe

Register loopback ipv4 for my anycast authoritative DNS
This commit is contained in:
JerryXiao 2022-06-20 23:18:44 +08:00 committed by GitHub
commit 17190d43c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 21 additions and 0 deletions

View file

@ -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.

View file

@ -1,19 +1,24 @@
[SaruHome]
asn = 4201270039
cidr = ["10.127.39.200/24"]
description = "My home main router @ NeoNetwork, not for open peering"
[SaruSaru]
asn = 4201270039
cidr = ["10.127.39.199/24"]
description = "Asia core router @ NeoNetwork, Tokyo Japan @ Linode"
[SaruIruka]
asn = 4201270039
cidr = ["10.127.39.198/24"]
description = "Asia core router @ NeoNetwork, Singapore @ DigitalOcean"
[SaruUmidanuki]
asn = 4201270039
cidr = ["10.127.39.210/24"]
description = "North America core router @ NeoNetwork, Quebec Canada @ OVH"
[SaruYagi]
asn = 4201270039
cidr = ["10.127.39.221/24"]
description = "Europe core router @ NeoNetwork, Frankfurt Germany @ Contabo"

1
peer/SaruHome.toml Normal file
View file

@ -0,0 +1 @@
to-peer = ["SaruSaru", "SaruIruka", "SaruUmidanuki", "SaruYagi"]

1
peer/SaruIruka.toml Normal file
View file

@ -0,0 +1 @@
to-peer = ["SaruHome", "SaruSaru", "SaruUmidanuki", "SaruYagi"]

1
peer/SaruSaru.toml Normal file
View file

@ -0,0 +1 @@
to-peer = ["SaruHome", "SaruIruka", "SaruUmidanuki", "SaruYagi"]

1
peer/SaruUmidanuki.toml Normal file
View file

@ -0,0 +1 @@
to-peer = ["SaruHome", "SaruSaru", "SaruIruka", "SaruYagi"]

1
peer/SaruYagi.toml Normal file
View file

@ -0,0 +1 @@
to-peer = ["SaruHome", "SaruSaru", "SaruIruka", "SaruUmidanuki"]

View file

@ -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"

View file

@ -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"