mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 05:30:42 +08:00
Add iEdon-Net (#88)
* Add iEdon-Net * Update iEdon.toml Co-authored-by: iEdon <iedon@iEdon-DELL.local>
This commit is contained in:
parent
405362a67b
commit
bcee03863b
4 changed files with 15 additions and 0 deletions
3
asn/AS4242422189.toml
Normal file
3
asn/AS4242422189.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
name = "IEDON-NET-AS"
|
||||
owner = "iEdon"
|
||||
description = "iEdon Networks"
|
4
entity/iEdon.toml
Normal file
4
entity/iEdon.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
name = "iEdon"
|
||||
|
||||
[contact]
|
||||
irc = "iedon"
|
4
node/iEdon.toml
Normal file
4
node/iEdon.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
[iEdon]
|
||||
asn = 4242422189
|
||||
description = "IEDON-NET"
|
||||
cidr = ["10.127.21.1/24"]
|
4
route/AS4242422189.toml
Normal file
4
route/AS4242422189.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
["10.127.21.0/24"]
|
||||
type = "subnet"
|
||||
name = "IEDON-NET"
|
||||
description = "iEdon Networks - Access points"
|
Loading…
Reference in a new issue