mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 05:30:42 +08:00
peer info, maybe?
Signed-off-by: DannyAAM <danny@saru.moe>
This commit is contained in:
parent
a6ac7e20b5
commit
e70d405378
2 changed files with 6 additions and 0 deletions
|
@ -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/SaruNetwork.toml
Normal file
1
peer/SaruNetwork.toml
Normal file
|
@ -0,0 +1 @@
|
|||
to-peer = ["SaruSaru", "SaruIruka", "SaruUmidanuki", "SaruYagi"]
|
Loading…
Reference in a new issue