entitydb/deavmi.json

50 lines
918 B
JSON

{
"route": [
"fdd2:cbf2:61bd::/48": {
"description": "deavmi.home.network1",
"device": [
"router": {
"address": "fdd2:cbf2:61bd::1"
},
"webserver": {
"address": "fdd2:cbf2:61bd::2",
"service": [
{
"description": "Personal webserver",
"type": "http",
"endpoint": [
{ "port": 80 }
]
},
{
"description": "Babel web",
"type": "http",
"endpoint": [
{ "port": 4444 }
]
}
]
}
]
},
"fda2:a9b0:a02b::/48": {
"description": "deavmi.home.network2",
"device": [
"router": "fda2:a9b0:a02b::1"
]
},
"fd08:8441:e254::/48": {
"description": "deavmi.community.network1",
"device": [
"router": "fd08:8441:e254::1"
]
},
"fd1d:370c:38ee::/48": {
"description": "deavmi.community.network2",
"device": [
"router": "fd1d:370c:38ee::1"
]
}
]
}