mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 06:50:41 +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
|
NAME="cupkappu"
|
||||||
# ===============
|
OWNER="cupkappu"
|
||||||
# Filename format: AS<Number>
|
DESC="Cup's neonetwork"
|
||||||
# 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=""
|
|
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