mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 06:10:42 +08:00
update asn info
This commit is contained in:
parent
bcb248c175
commit
cb3783e8a1
5 changed files with 31 additions and 18 deletions
3
asn/AS4201270019.toml
Normal file
3
asn/AS4201270019.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
name = "Cupkappu"
|
||||
owner = "Cupkappu"
|
||||
desc = "Cup neonetwork"
|
|
@ -1,18 +1,3 @@
|
|||
# as-dir Template
|
||||
# ===============
|
||||
# Filename format: AS<Number>
|
||||
# ASN range: 4201270000 ~ 4201279999
|
||||
# Remove any line which starts with '#' when applying
|
||||
# AS Name
|
||||
NAME=""
|
||||
# Owner
|
||||
OWNER=""
|
||||
# Description
|
||||
DESC=""
|
||||
# Source of this ASN
|
||||
# Possible values: "NeoNetwork", "DN42" or "INET"
|
||||
SOURCE=""
|
||||
# if it's a ASN registered from *NIC, this variable records
|
||||
# whether members of NeoNetwork have validated its ownership yet
|
||||
# Possible values: "YES" "NO"
|
||||
VALID=""
|
||||
NAME="cupkappu"
|
||||
OWNER="cupkappu"
|
||||
DESC="Cup's neonetwork"
|
11
entity/Cupkappu.toml
Normal file
11
entity/Cupkappu.toml
Normal file
|
@ -0,0 +1,11 @@
|
|||
name = "Cupkappu"
|
||||
babel = [
|
||||
"jp-1",
|
||||
"zh-0"
|
||||
]
|
||||
|
||||
[contact]
|
||||
telegram = "kifuc"
|
||||
email = "cup@kust.ga"
|
||||
github = "cupkappu"
|
||||
|
10
node/Cupkappu.toml
Normal file
10
node/Cupkappu.toml
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Cupkappu-HK]
|
||||
asn = 4201270019
|
||||
cidr = ["10.127.20.97/27"]
|
||||
desc = "Cup's Hong Kong Node"
|
||||
|
||||
[Cupkappu-JP]
|
||||
asn = 4201270019
|
||||
cidr = ["10.127.20.98/27"]
|
||||
desc = "Cup's Japan Osaka Node"
|
||||
|
4
route/AS4201270019.toml
Normal file
4
route/AS4201270019.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
["10.127.19.96/27"]
|
||||
type = "subnet"
|
||||
name = "cupkappu"
|
||||
description = "Cup neonetwork"
|
Loading…
Reference in a new issue