From 6bdb3dbd22a0656b156df713d9fb77cfd6928e8b Mon Sep 17 00:00:00 2001 From: cupkappu <53819460+cupkappu@users.noreply.github.com> Date: Tue, 10 Nov 2020 13:09:42 +0800 Subject: [PATCH] Add address and change the node ip (#126) * Add address and change the node ip * Update Cupkappu.toml * Update Cupkappu.toml * Update AS4201270019.toml Co-authored-by: --- node/Cupkappu.toml | 12 ++++++++---- route/AS4201270019.toml | 4 ++-- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/node/Cupkappu.toml b/node/Cupkappu.toml index 2260e02..4932239 100644 --- a/node/Cupkappu.toml +++ b/node/Cupkappu.toml @@ -1,10 +1,14 @@ -[Cupkappu-HK] +[Cupkappu-HK1] asn = 4201270019 -cidr = ["10.127.20.97/27"] -desc = "Cup's Hong Kong Node" +cidr = ["10.127.19.1/27"] +desc = "Cup's Hong Kong Node 1" [Cupkappu-JP] asn = 4201270019 -cidr = ["10.127.20.98/27"] +cidr = ["10.127.19.2/27"] desc = "Cup's Japan Osaka Node" +[Cupkappu-HK2] +asn = 4201270019 +cidr = ["10.127.19.3/27"] +desc = "Cup's Hong Kong Node 2" diff --git a/route/AS4201270019.toml b/route/AS4201270019.toml index 0c0ec21..b3b7823 100644 --- a/route/AS4201270019.toml +++ b/route/AS4201270019.toml @@ -1,4 +1,4 @@ -["10.127.19.96/27"] +["10.127.19.0/24"] type = "subnet" name = "cupkappu" -description = "Cup neonetwork" +description = "Cup's neonetwork"