mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 12:00:40 +08:00
add v6 anycast dns
This commit is contained in:
parent
3cf25c73e6
commit
3efa90fff5
1 changed files with 15 additions and 10 deletions
|
@ -13,17 +13,22 @@ type = "subnet"
|
|||
name = "JerryXiao-School"
|
||||
description = "For school"
|
||||
|
||||
["10.127.255.53/32"]
|
||||
type = "loopback"
|
||||
name = "JerryXiao-Anycast"
|
||||
description = "Anycast Recursive DNS"
|
||||
|
||||
["10.127.255.2/32"]
|
||||
type = "loopback"
|
||||
name = "JerryXiao-Anycast"
|
||||
description = "Anycast Recursive DNS"
|
||||
|
||||
["fd10:127:53::/48"]
|
||||
type = "subnet"
|
||||
name = "JerryXiao6"
|
||||
description = "JerryNet6"
|
||||
|
||||
["10.127.255.2/32"]
|
||||
type = "loopback"
|
||||
name = "JerryXiao-Anycast4-legacy"
|
||||
description = "Anycast Recursive DNS"
|
||||
|
||||
["10.127.255.53/32"]
|
||||
type = "loopback"
|
||||
name = "JerryXiao-Anycast4"
|
||||
description = "Anycast Recursive DNS"
|
||||
|
||||
["fd10:127:ffff:53::/64"]
|
||||
type = "loopback"
|
||||
name = "JerryXiao-Anycast6"
|
||||
description = "Anycast Recursive DNS"
|
||||
|
|
Loading…
Reference in a new issue