blob: 9702b9ad644e4b848b774221560c1f20acb1f3a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"description": "Web client",
"before": "adp-config",
"variable": { "adp_web_client_zones": "_fw" },
"filter": [
{
"in": "$adp_web_client_zones",
"out": "adp-wan",
"service": [ "dns", "http", "https" ]
}
]
}
|