From b4d15d72bd1a081427c7a854fce1d2c7d8ab3c95 Mon Sep 17 00:00:00 2001 From: datadunia Date: Sat, 16 May 2026 01:46:56 +0700 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20404=20=E2=80=94=20ganti=20relativ?= =?UTF-8?q?e=20submodule=20links=20ke=20remote=20repo=20URLs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 62babe1..9d4ff8e 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ NexusGuard is an Enterprise Zero-Trust SD-WAN solution built with Go, Vue 3, and ## 🏗️ System Architecture This suite contains three main components: -1. **[Server Core](apps/server-core/README.md)**: The central API and VPN Hub managing database state, token distribution, and Linux firewall isolation. -2. **[Dashboard UI](apps/dashboard-ui/README.md)**: The Admin Web GUI for managing Nodes, Users, Devices, and Firewall rules. -3. **[Device Agent](apps/device-agent/README.md)**: A stealth background daemon for Linux client machines that establishes memory-injected WireGuard tunnels. +1. **[Server Core](http://git.datadunia.com/nexusguard/nexus-server-core)**: The central API and VPN Hub managing database state, token distribution, and Linux firewall isolation. +2. **[Dashboard UI](http://git.datadunia.com/nexusguard/nexus-dashboard-ui)**: The Admin Web GUI for managing Nodes, Users, Devices, and Firewall rules. +3. **[Device Agent](http://git.datadunia.com/nexusguard/nexus-device-agent)**: A stealth background daemon for Linux client machines that establishes memory-injected WireGuard tunnels. ---