From 309665792f0922b60b52dcc37b22ad190ee31861 Mon Sep 17 00:00:00 2001 From: CawaAlreadyTaken Date: Fri, 14 Nov 2025 00:16:13 +0100 Subject: [PATCH] Added Networks --- public/arf.json | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/public/arf.json b/public/arf.json index 9c957aa..3303c4b 100644 --- a/public/arf.json +++ b/public/arf.json @@ -70,7 +70,24 @@ { "name": "Networking", "type": "folder", - "children": [] + "children": [ + { + "name": "VPN", + "type": "folder", + "children": [ + { + "name": "SSH Lirp", + "type": "url", + "url": "https://github.com/virtualsquare/sshlirp" + }, + { + "name": "VirtualSquare", + "type": "url", + "url": "https://wiki.virtualsquare.org/" + } + ] + } + ] }, { "name": "Friends' Groups", @@ -105,7 +122,18 @@ { "name": "Operating Systems", "type": "folder", - "children": [] + "children": [ + { + "name": "Phones", + "type": "folder", + "children": [] + }, + { + "name": "Computers", + "type": "folder", + "children": [] + } + ] }] }