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 <noreply@anthropic.com>
This commit is contained in:
parent
1788dcf6d2
commit
f5c80869df
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user