feat: Add .gitignore and an initial network map configuration in JSON format.
This commit is contained in:
14
network_map.json
Normal file
14
network_map.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"nodes": [
|
||||
{
|
||||
"name": "Windows",
|
||||
"ip": "192.168.0.164",
|
||||
"type": "Carrier"
|
||||
},
|
||||
{
|
||||
"name": "Asterisk",
|
||||
"ip": "192.168.0.162",
|
||||
"type": "PBX"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user