1
0
Fork 0
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:
DannyAAM 2022-06-20 13:33:43 +08:00
parent a6ac7e20b5
commit e70d405378
No known key found for this signature in database
GPG key ID: 51171AD7A66BDD51
2 changed files with 6 additions and 0 deletions

View file

@ -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
View file

@ -0,0 +1 @@
to-peer = ["SaruSaru", "SaruIruka", "SaruUmidanuki", "SaruYagi"]