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",