From f5c80869df10a9dc7e9acda2ae45983652800735 Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Thu, 8 Jan 2026 17:00:13 +0100 Subject: [PATCH] feat: Add WAN/Internet zone to all Client Guardian profiles (v0.6.0-r33) - Added "wan" zone to all network profiles (family_home, small_business, etc.) - Zone provides internet access without local network access - Allows users to easily grant internet-only access to clients Co-Authored-By: Claude Opus 4.5 --- .../root/etc/client-guardian/profiles.json | 80 ++++++++++++++++++- 1 file changed, 79 insertions(+), 1 deletion(-) diff --git a/package/secubox/luci-app-client-guardian/root/etc/client-guardian/profiles.json b/package/secubox/luci-app-client-guardian/root/etc/client-guardian/profiles.json index dbb5444b..da123574 100644 --- a/package/secubox/luci-app-client-guardian/root/etc/client-guardian/profiles.json +++ b/package/secubox/luci-app-client-guardian/root/etc/client-guardian/profiles.json @@ -23,7 +23,7 @@ { "id": "wan", "name": "Internet (WAN)", - "description": "Connexion vers Internet - trafic sortant autorisé", + "description": "Accès Internet uniquement - pas d'accès au réseau local", "network": "wan", "color": "#ef4444", "icon": "globe", @@ -76,6 +76,19 @@ "bandwidth_limit": 0, "priority": "high" }, + { + "id": "wan", + "name": "Internet Seul", + "description": "Accès Internet uniquement - pas d'accès au réseau local", + "network": "wan", + "color": "#ef4444", + "icon": "globe", + "internet_access": true, + "local_access": false, + "inter_client": false, + "bandwidth_limit": 0, + "priority": "normal" + }, { "id": "kids", "name": "Enfants", @@ -142,6 +155,19 @@ "bandwidth_limit": 0, "priority": "high" }, + { + "id": "wan", + "name": "Internet Seul", + "description": "Accès Internet uniquement - pas d'accès au réseau local", + "network": "wan", + "color": "#ef4444", + "icon": "globe", + "internet_access": true, + "local_access": false, + "inter_client": false, + "bandwidth_limit": 0, + "priority": "normal" + }, { "id": "servers", "name": "Serveurs", @@ -203,6 +229,19 @@ "bandwidth_limit": 0, "priority": "critical" }, + { + "id": "wan", + "name": "Internet Seul", + "description": "Accès Internet uniquement - pas d'accès au réseau local", + "network": "wan", + "color": "#ef4444", + "icon": "globe", + "internet_access": true, + "local_access": false, + "inter_client": false, + "bandwidth_limit": 0, + "priority": "normal" + }, { "id": "rooms_floor1", "name": "Chambres Étage 1", @@ -266,6 +305,19 @@ "bandwidth_limit": 0, "priority": "high" }, + { + "id": "wan", + "name": "Internet Seul", + "description": "Accès Internet uniquement - pas d'accès au réseau local", + "network": "wan", + "color": "#ef4444", + "icon": "globe", + "internet_access": true, + "local_access": false, + "inter_client": false, + "bandwidth_limit": 0, + "priority": "normal" + }, { "id": "tenant_a", "name": "Locataire A", @@ -339,6 +391,19 @@ "bandwidth_limit": 0, "priority": "high" }, + { + "id": "wan", + "name": "Internet Seul", + "description": "Accès Internet uniquement - pas d'accès au réseau local", + "network": "wan", + "color": "#ef4444", + "icon": "globe", + "internet_access": true, + "local_access": false, + "inter_client": false, + "bandwidth_limit": 0, + "priority": "normal" + }, { "id": "teachers", "name": "Enseignants", @@ -403,6 +468,19 @@ "bandwidth_limit": 0, "priority": "critical" }, + { + "id": "wan", + "name": "Internet Seul", + "description": "Accès Internet uniquement - pas d'accès au réseau local", + "network": "wan", + "color": "#ef4444", + "icon": "globe", + "internet_access": true, + "local_access": false, + "inter_client": false, + "bandwidth_limit": 0, + "priority": "normal" + }, { "id": "work", "name": "Télétravail",