mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 06:50:41 +08:00
Add new asn from DN42 and allocate new prefixes.
This commit is contained in:
parent
8507f76479
commit
463805f2a1
5 changed files with 26 additions and 2 deletions
3
asn/AS4242421331.toml
Normal file
3
asn/AS4242421331.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
name = "Niantic Network"
|
||||
owner = "Yukari"
|
||||
description = "Niantic Network Backbone"
|
3
asn/AS4242421332.toml
Normal file
3
asn/AS4242421332.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
name = "Niantic Network CN"
|
||||
owner = "Yukari"
|
||||
description = "Niantic Network China"
|
|
@ -2,5 +2,8 @@ name = "Yukari"
|
|||
|
||||
[contact]
|
||||
telegram = "CharlesYang"
|
||||
github = "SteveCharlesYang"
|
||||
email = "charles@0x7f.cc"
|
||||
github = "YukariChiba"
|
||||
email = "i@0x7f.cc"
|
||||
|
||||
[persona]
|
||||
pgp = "9DC663829861B7FDFB5DA8B39277CB21961D6DD5"
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
[IX42-LAS]
|
||||
asn = 207268
|
||||
cidr = ["10.127.131.0/24", "fd10:127:1300::/48"]
|
||||
|
||||
[NIA-NET]
|
||||
asn = 4242421331
|
||||
|
||||
[NIACN-NET]
|
||||
asn = 4242421332
|
||||
|
|
9
route/AS4242421332.toml
Normal file
9
route/AS4242421332.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
["10.127.132.0/24"]
|
||||
type = "subnet"
|
||||
name = "NetUnion-IPv4"
|
||||
description = "NetUnion access. (IPv4)"
|
||||
|
||||
["fd10:127:1332::/48"]
|
||||
type = "subnet"
|
||||
name = "NetUnion-IPv6"
|
||||
description = "NetUnion access. (IPv6)"
|
Loading…
Reference in a new issue