mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 06:10:42 +08:00
Merge pull request #223 from danny8376/saru-moe
Register loopback ipv4 for my anycast authoritative DNS
This commit is contained in:
commit
17190d43c0
9 changed files with 21 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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
1
peer/SaruHome.toml
Normal file
|
@ -0,0 +1 @@
|
|||
to-peer = ["SaruSaru", "SaruIruka", "SaruUmidanuki", "SaruYagi"]
|
1
peer/SaruIruka.toml
Normal file
1
peer/SaruIruka.toml
Normal file
|
@ -0,0 +1 @@
|
|||
to-peer = ["SaruHome", "SaruSaru", "SaruUmidanuki", "SaruYagi"]
|
1
peer/SaruSaru.toml
Normal file
1
peer/SaruSaru.toml
Normal file
|
@ -0,0 +1 @@
|
|||
to-peer = ["SaruHome", "SaruIruka", "SaruUmidanuki", "SaruYagi"]
|
1
peer/SaruUmidanuki.toml
Normal file
1
peer/SaruUmidanuki.toml
Normal file
|
@ -0,0 +1 @@
|
|||
to-peer = ["SaruHome", "SaruSaru", "SaruIruka", "SaruYagi"]
|
1
peer/SaruYagi.toml
Normal file
1
peer/SaruYagi.toml
Normal file
|
@ -0,0 +1 @@
|
|||
to-peer = ["SaruHome", "SaruSaru", "SaruIruka", "SaruUmidanuki"]
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue