mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 06:50:41 +08:00
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: <alinkappu@Cups-PC.DOMAIN.local>
This commit is contained in:
parent
ba74c60486
commit
6bdb3dbd22
2 changed files with 10 additions and 6 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue