mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 15:20:40 +08:00
Add objects: entity, asn, route, node
This commit is contained in:
parent
53721ef40c
commit
929edcf532
8 changed files with 50 additions and 0 deletions
4
asn/AS211876.toml
Normal file
4
asn/AS211876.toml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
name = "AS-FIXMIX"
|
||||||
|
owner = "DavidLiu"
|
||||||
|
description = "fixmix Global Experimental Network"
|
||||||
|
source = "Internet"
|
3
asn/AS4201270021.toml
Normal file
3
asn/AS4201270021.toml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
name = "AS-FIXMIX-NEONETWORK"
|
||||||
|
owner = "DavidLiu"
|
||||||
|
description = "fixmix NeoNetwork Network"
|
3
asn/AS4242421876.toml
Normal file
3
asn/AS4242421876.toml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
name = "AS-FIXMIX-DN42"
|
||||||
|
owner = "DavidLiu"
|
||||||
|
description = "fixmix DN42 Network"
|
11
entity/DavidLiu.toml
Normal file
11
entity/DavidLiu.toml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
name = "DavidLiu"
|
||||||
|
babel = ["zh-N", "en-3"]
|
||||||
|
|
||||||
|
[contact]
|
||||||
|
email = "david@fixmix.tech"
|
||||||
|
telegram = "p0tat05"
|
||||||
|
irc = "p0tat05"
|
||||||
|
github = "p0tat05"
|
||||||
|
|
||||||
|
[persona]
|
||||||
|
pgp = "11BA9B106D0DF5E6A1C4BC180641F2177A5530C0"
|
2
node/DavidLiu.toml
Normal file
2
node/DavidLiu.toml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[fixmix]
|
||||||
|
asn = 4201270021
|
9
route/AS211876.toml
Normal file
9
route/AS211876.toml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
["10.127.66.0/24"]
|
||||||
|
type = "subnet"
|
||||||
|
name = "FIXMIX-NET-NEOV4A"
|
||||||
|
description = "fixmix NeoNetwork Network - IPv4 A"
|
||||||
|
|
||||||
|
["fd10:127:aa66::/48"]
|
||||||
|
type = "subnet"
|
||||||
|
name = "FIXMIX-NET-NEOV6A"
|
||||||
|
description = "fixmix NeoNetwork Network - IPv6 A"
|
9
route/AS4201270021.toml
Normal file
9
route/AS4201270021.toml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
["10.127.66.0/24"]
|
||||||
|
type = "subnet"
|
||||||
|
name = "FIXMIX-NET-NEOV4A"
|
||||||
|
description = "fixmix NeoNetwork Network - IPv4 A"
|
||||||
|
|
||||||
|
["fd10:127:aa66::/48"]
|
||||||
|
type = "subnet"
|
||||||
|
name = "FIXMIX-NET-NEOV6A"
|
||||||
|
description = "fixmix NeoNetwork Network - IPv6 A"
|
9
route/AS4242421876.toml
Normal file
9
route/AS4242421876.toml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
["10.127.66.0/24"]
|
||||||
|
type = "subnet"
|
||||||
|
name = "FIXMIX-NET-NEOV4A"
|
||||||
|
description = "fixmix NeoNetwork Network - IPv4 A"
|
||||||
|
|
||||||
|
["fd10:127:aa66::/48"]
|
||||||
|
type = "subnet"
|
||||||
|
name = "FIXMIX-NET-NEOV6A"
|
||||||
|
description = "fixmix NeoNetwork Network - IPv6 A"
|
Loading…
Reference in a new issue