mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-06 09:02:24 +08:00
Merge pull request #105 from SteveCharlesYang/master
Allocate resources for AS207268 (IX) Welcome to join Neonetwork
This commit is contained in:
commit
7ad5607418
4 changed files with 23 additions and 0 deletions
5
asn/AS207268.toml
Normal file
5
asn/AS207268.toml
Normal file
|
@ -0,0 +1,5 @@
|
|||
name = "Strategic Explorations (IX)"
|
||||
owner = "Yukari"
|
||||
description = "Internet eXchange in DN42 / NeoNetwork / clearnet"
|
||||
source = "Internet"
|
||||
vaild = true
|
6
entity/Yukari.toml
Normal file
6
entity/Yukari.toml
Normal file
|
@ -0,0 +1,6 @@
|
|||
name = "Yukari"
|
||||
|
||||
[contact]
|
||||
telegram = "CharlesYang"
|
||||
github = "SteveCharlesYang"
|
||||
email = "charles@0x7f.cc"
|
3
node/Yukari.toml
Normal file
3
node/Yukari.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
[IX42-LAS]
|
||||
asn = 207268
|
||||
cidr = ["10.127.131.0/24", "fd10:127:1300::/48"]
|
9
route/AS207268.toml
Normal file
9
route/AS207268.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
["10.127.131.0/24"]
|
||||
type = "subnet"
|
||||
name = "IX42-LAS-4"
|
||||
description = "For IX42 (DN42 Internet eXchange (Las Vegas)) IPv4"
|
||||
|
||||
["fd10:127:1300::/48"]
|
||||
type = "subnet"
|
||||
name = "IX42-LAS-6"
|
||||
description = "For IX42 (DN42 Internet eXchange (Las Vegas)) IPv6"
|
Loading…
Reference in a new issue