mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-13 08:52:23 +08:00
fix dns
This commit is contained in:
parent
61e98c7e95
commit
3cf25c73e6
3 changed files with 7 additions and 2 deletions
|
@ -27,7 +27,7 @@ type = "loopback"
|
|||
name = "NeoPDP-11"
|
||||
description = "FreeBSD/frr"
|
||||
|
||||
["10.127.255.50/32"]
|
||||
["10.127.255.2/32"]
|
||||
type = "loopback"
|
||||
name = "ucbvax"
|
||||
description = "Arch Linux/frr"
|
||||
|
|
|
@ -18,6 +18,11 @@ 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"
|
||||
|
|
|
@ -14,7 +14,7 @@ name = "staphdns"
|
|||
description = "Bind9 DNS"
|
||||
|
||||
["10.127.255.53/32"]
|
||||
type = "anycast"
|
||||
type = "loopback"
|
||||
name = "staphdns"
|
||||
description = "Bind9 DNS"
|
||||
|
||||
|
|
Loading…
Reference in a new issue