entitydb/deavmi.json

56 lines
972 B
JSON
Raw Normal View History

2021-07-09 12:57:43 +00:00
{
"route": [
"fdd2:cbf2:61bd::/48": {
"description": "deavmi.home.network1",
"device": [
"fdd2:cbf2:61bd::1": {
"type": "router"
2021-07-09 12:57:43 +00:00
},
"fdd2:cbf2:61bd::2": {
"type": "server",
2021-07-09 12:57:43 +00:00
"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": [
"fda2:a9b0:a02b::1": {
"type": "router"
}
2021-07-09 12:57:43 +00:00
]
},
"fd08:8441:e254::/48": {
"description": "deavmi.community.network1",
"device": [
"fd08:8441:e254::1": {
"type": "router"
}
2021-07-09 12:57:43 +00:00
]
},
"fd1d:370c:38ee::/48": {
"description": "deavmi.community.network2",
"device": [
"fd1d:370c:38ee::1": {
"type": "router"
}
2021-07-09 12:57:43 +00:00
]
}
]
}