diff --git a/rutra.json b/rutra.json new file mode 100644 index 0000000..a19d77d --- /dev/null +++ b/rutra.json @@ -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)" + } + } + } + } +} \ No newline at end of file