mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 06:10:42 +08:00
AS4201270012: batch update
- change "Yhi Interconnect" to "Yhi Interconnection". - change contact email. - allocate a new /28 subnet yhi-s, following /28 yhi-h. - register a new node, yhi-s.
This commit is contained in:
parent
099be98cc3
commit
00dfa32db9
5 changed files with 17 additions and 5 deletions
|
@ -1,2 +1,2 @@
|
||||||
name = "Yhi Interconnect"
|
name = "Yhi Interconnection"
|
||||||
owner = "Junde Yhi"
|
owner = "Junde Yhi"
|
||||||
|
|
|
@ -11,7 +11,7 @@ babel = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[contact]
|
[contact]
|
||||||
email = "lmy441900@live.com"
|
email = "neonetwork@yhi.moe"
|
||||||
telegram = "lmy441900"
|
telegram = "lmy441900"
|
||||||
mastodon = "@lmy441900@sn.angry.im"
|
mastodon = "@lmy441900@sn.angry.im"
|
||||||
github = "lmy441900"
|
github = "lmy441900"
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
[yhi-h]
|
|
||||||
asn = 4201270012
|
|
9
node/yhi.toml
Normal file
9
node/yhi.toml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
[yhi-h]
|
||||||
|
asn = 4201270012
|
||||||
|
description = "Yhi Interconnection Region H Edge Router"
|
||||||
|
cidr = ["10.127.5.1/28"]
|
||||||
|
|
||||||
|
[yhi-s]
|
||||||
|
asn = 4201270012
|
||||||
|
description = "Yhi Interconnection Region S Edge Router"
|
||||||
|
cidr = ["10.127.5.17/28"]
|
|
@ -1,4 +1,9 @@
|
||||||
["10.127.5.0/28"]
|
["10.127.5.0/28"]
|
||||||
type = "subnet"
|
type = "subnet"
|
||||||
name = "yhi-h"
|
name = "yhi-h"
|
||||||
description = "Yhi Interconnect H"
|
description = "Yhi Interconnection Region H"
|
||||||
|
|
||||||
|
["10.127.5.16/28"]
|
||||||
|
type = "subnet"
|
||||||
|
name = "yhi-s"
|
||||||
|
description = "Yhi Interconnection Region S"
|
||||||
|
|
Loading…
Reference in a new issue