mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 06:10:42 +08:00
Announce NeoNetwork Anycast DNS (#166)
This commit is contained in:
parent
98460975b5
commit
ca50c2b46c
1 changed files with 23 additions and 0 deletions
|
@ -13,3 +13,26 @@ type = "loopback"
|
||||||
name = "Yura Neo Anycast"
|
name = "Yura Neo Anycast"
|
||||||
description = "Yura Anycast4 Services"
|
description = "Yura Anycast4 Services"
|
||||||
supernet = "10.127.127.0/24"
|
supernet = "10.127.127.0/24"
|
||||||
|
|
||||||
|
["fd10:127:127:53::/64"]
|
||||||
|
type = "loopback"
|
||||||
|
name = "Yura Neo2 Anycast"
|
||||||
|
description = "Yura Anycast6 Services"
|
||||||
|
supernet = "fd10:127:127::/48"
|
||||||
|
|
||||||
|
["10.127.127.125/32"]
|
||||||
|
type = "loopback"
|
||||||
|
name = "Yura Neo Anycast"
|
||||||
|
description = "Yura Anycast4 Authoritative DNS"
|
||||||
|
supernet = "10.127.127.0/24"
|
||||||
|
|
||||||
|
["10.127.255.54/32"]
|
||||||
|
type = "loopback"
|
||||||
|
name = "anycast-recur-4"
|
||||||
|
description = "Anycast recursive DNS"
|
||||||
|
|
||||||
|
["fd10:127:53:53::/64"]
|
||||||
|
type = "loopback"
|
||||||
|
name = "anycast-recur-6"
|
||||||
|
description = "Anycast recursive DNS"
|
||||||
|
supernet = "fd10:127:53::/48"
|
||||||
|
|
Loading…
Reference in a new issue