mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 16:40:41 +08:00
Add peering
This commit is contained in:
parent
1b65d1d809
commit
0b4e583367
3 changed files with 5 additions and 2 deletions
|
@ -49,3 +49,5 @@ $TTL 604800
|
||||||
185.8 IN PTR staph.neo.
|
185.8 IN PTR staph.neo.
|
||||||
|
|
||||||
187.8 IN PTR staph-cn.neo.
|
187.8 IN PTR staph-cn.neo.
|
||||||
|
|
||||||
|
1.69 IN PTR santosh12.neo.
|
||||||
|
|
|
@ -30,6 +30,7 @@ digraph "NeoNetwork Nodes"
|
||||||
lantian [label="lantian\n(AS4200002547)"]
|
lantian [label="lantian\n(AS4200002547)"]
|
||||||
dfceaef [label="dfceaef\n(AS4242420140)"]
|
dfceaef [label="dfceaef\n(AS4242420140)"]
|
||||||
SUNNET [label="SUNNET\n(10.127.11.0/24)\n(AS4242423088)"]
|
SUNNET [label="SUNNET\n(10.127.11.0/24)\n(AS4242423088)"]
|
||||||
|
santost12 [label="Santost12\n(10.127.69.1)\n(AS4200006969)"]
|
||||||
subgraph cluster_AS4201048576
|
subgraph cluster_AS4201048576
|
||||||
{
|
{
|
||||||
label = "NeoNetwork (AS4201048576)";
|
label = "NeoNetwork (AS4201048576)";
|
||||||
|
@ -49,7 +50,6 @@ digraph "NeoNetwork Nodes"
|
||||||
|
|
||||||
megumiLHS -> ucbvax [dir=both]
|
megumiLHS -> ucbvax [dir=both]
|
||||||
icecat_Explosion -> ucbvax [dir=both]
|
icecat_Explosion -> ucbvax [dir=both]
|
||||||
c -> staph
|
|
||||||
staph -> staph_CN
|
staph -> staph_CN
|
||||||
ucbvax -> chenx97 [dir=both]
|
ucbvax -> chenx97 [dir=both]
|
||||||
|
|
||||||
|
@ -90,4 +90,5 @@ digraph "NeoNetwork Nodes"
|
||||||
magicneko_RU01 -> staph [dir=both]
|
magicneko_RU01 -> staph [dir=both]
|
||||||
megumiLHS -> septs [dir=both]
|
megumiLHS -> septs [dir=both]
|
||||||
icecat_Explosion -> SUNNET [dir=both]
|
icecat_Explosion -> SUNNET [dir=both]
|
||||||
|
staph -> santost12 [dir=both]
|
||||||
}
|
}
|
||||||
|
|
|
@ -46,7 +46,7 @@ PP:10.127.8.194/32 : 10.127.8.196/32 WireGuard JerryXiao-HK1 <--> JerryXiao-H
|
||||||
PP:10.127.8.193/32 : 10.127.10.1/32 WireGuard JerryXiao <--> Lan Tian
|
PP:10.127.8.193/32 : 10.127.10.1/32 WireGuard JerryXiao <--> Lan Tian
|
||||||
PP:172.20.51.99/32 : 172.22.127.2/32 WireGuard JerryXiao <--> dfceaef
|
PP:172.20.51.99/32 : 172.22.127.2/32 WireGuard JerryXiao <--> dfceaef
|
||||||
PP:10.127.4.254/32 : 10.127.11.199/32 WireGuard Icecat-Explosion <--> SUNNET
|
PP:10.127.4.254/32 : 10.127.11.199/32 WireGuard Icecat-Explosion <--> SUNNET
|
||||||
|
PP:10.127.8.185/32 : 10.127.69.1/32 WireGuard staph <--> santost12
|
||||||
@1 --> Non-24H
|
@1 --> Non-24H
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue