aboutsummaryrefslogtreecommitdiffstats
path: root/optional/adp-web-client.json
diff options
context:
space:
mode:
Diffstat (limited to 'optional/adp-web-client.json')
-rw-r--r--optional/adp-web-client.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/optional/adp-web-client.json b/optional/adp-web-client.json
new file mode 100644
index 0000000..9702b9a
--- /dev/null
+++ b/optional/adp-web-client.json
@@ -0,0 +1,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" ]
+ }
+ ]
+}