Merge pull request 'Upload files to "/"' (#40) from rutra/entitydb:master into master

Reviewed-on: https://codeberg.org/CRXN/entitydb/pulls/40
This commit is contained in:
Marek Küthe 2023-12-11 06:10:22 +00:00
commit 1dd57aead2
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)"
}
}
}
}
}