Spacing stuff

This commit is contained in:
Artur Zmanovskii 2023-12-10 23:04:43 +03:00
parent 5e026a49bc
commit 920423cf46
1 changed files with 21 additions and 0 deletions

21
rutra.json Normal file
View File

@ -0,0 +1,21 @@
{
"route": {
"fdac:674e:86bf::/48": {
"description": "My home network",
"device": {
"fdac:674e:86bf::1": {
"type": "router",
"description": "My router 1 (town of living)"
},
"fdac:674e:86bf::2": {
"type": "router",
"description": "My router 2 (hometown)"
},
"fdac:674e:86bf::3": {
"type": "router",
"description": "My router 3 (abroad)"
}
}
}
}
}