feat: Add .gitignore and an initial network map configuration in JSON format.

This commit is contained in:
Jose Luis Montañes Ojados
2026-01-19 14:53:28 +01:00
parent 5f00506758
commit a350c3f178
7 changed files with 14 additions and 817 deletions

14
network_map.json Normal file
View File

@@ -0,0 +1,14 @@
{
"nodes": [
{
"name": "Windows",
"ip": "192.168.0.164",
"type": "Carrier"
},
{
"name": "Asterisk",
"ip": "192.168.0.162",
"type": "PBX"
}
]
}