mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-05 05:22:24 +08:00
[revert when fixed] disable anycast routes for now
This commit is contained in:
parent
47cfb85f58
commit
8c19922a0f
1 changed files with 3 additions and 3 deletions
|
@ -9,12 +9,12 @@ name = "AOSCNet"
|
||||||
description = "AOSC BuildBot Interconnection"
|
description = "AOSC BuildBot Interconnection"
|
||||||
|
|
||||||
["10.127.255.2/32"]
|
["10.127.255.2/32"]
|
||||||
type = "loopback"
|
type = "loopback?"
|
||||||
name = "staphdns"
|
name = "staphdns"
|
||||||
description = "Bind9 DNS"
|
description = "Bind9 DNS"
|
||||||
|
|
||||||
["10.127.255.53/32"]
|
["10.127.255.53/32"]
|
||||||
type = "loopback"
|
type = "loopback?"
|
||||||
name = "staphdns"
|
name = "staphdns"
|
||||||
description = "Bind9 DNS"
|
description = "Bind9 DNS"
|
||||||
|
|
||||||
|
@ -59,6 +59,6 @@ name = "StaphPeer"
|
||||||
description = "Staph infection network that would not be broadcasted in BGP"
|
description = "Staph infection network that would not be broadcasted in BGP"
|
||||||
|
|
||||||
["fd10:127:ffff:53::/64"]
|
["fd10:127:ffff:53::/64"]
|
||||||
type = "loopback"
|
type = "loopback?"
|
||||||
name = "staphdns"
|
name = "staphdns"
|
||||||
description = "Bind9 DNS"
|
description = "Bind9 DNS"
|
||||||
|
|
Loading…
Reference in a new issue