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",
|
"id": "wan",
|
||||||
"name": "Internet (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",
|
"network": "wan",
|
||||||
"color": "#ef4444",
|
"color": "#ef4444",
|
||||||
"icon": "globe",
|
"icon": "globe",
|
||||||
@ -76,6 +76,19 @@
|
|||||||
"bandwidth_limit": 0,
|
"bandwidth_limit": 0,
|
||||||
"priority": "high"
|
"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",
|
"id": "kids",
|
||||||
"name": "Enfants",
|
"name": "Enfants",
|
||||||
@ -142,6 +155,19 @@
|
|||||||
"bandwidth_limit": 0,
|
"bandwidth_limit": 0,
|
||||||
"priority": "high"
|
"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",
|
"id": "servers",
|
||||||
"name": "Serveurs",
|
"name": "Serveurs",
|
||||||
@ -203,6 +229,19 @@
|
|||||||
"bandwidth_limit": 0,
|
"bandwidth_limit": 0,
|
||||||
"priority": "critical"
|
"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",
|
"id": "rooms_floor1",
|
||||||
"name": "Chambres Étage 1",
|
"name": "Chambres Étage 1",
|
||||||
@ -266,6 +305,19 @@
|
|||||||
"bandwidth_limit": 0,
|
"bandwidth_limit": 0,
|
||||||
"priority": "high"
|
"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",
|
"id": "tenant_a",
|
||||||
"name": "Locataire A",
|
"name": "Locataire A",
|
||||||
@ -339,6 +391,19 @@
|
|||||||
"bandwidth_limit": 0,
|
"bandwidth_limit": 0,
|
||||||
"priority": "high"
|
"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",
|
"id": "teachers",
|
||||||
"name": "Enseignants",
|
"name": "Enseignants",
|
||||||
@ -403,6 +468,19 @@
|
|||||||
"bandwidth_limit": 0,
|
"bandwidth_limit": 0,
|
||||||
"priority": "critical"
|
"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",
|
"id": "work",
|
||||||
"name": "Télétravail",
|
"name": "Télétravail",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user