aboutsummaryrefslogtreecommitdiffstats
path: root/optional/adp-web-client.json
diff options
context:
space:
mode:
authorKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2018-08-13 15:53:31 +0300
committerKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2018-08-13 17:19:15 +0300
commitafe81387c48acd3fe7d5228bec4d1e5bb36f560e (patch)
treea2146b6012f99cd704ed4ff4464302c6931a28f4 /optional/adp-web-client.json
parent425c85058300026a8591f1e39fba8a000bf8a10e (diff)
downloadawall-1.6.2.tar.bz2
awall-1.6.2.tar.xz
adp: web-clientv1.6.2
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" ]
+ }
+ ]
+}