summaryrefslogtreecommitdiff
path: root/nodes/ibex.json
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2017-07-18 21:04:29 +0200
committerVarac <varac@leap.se>2017-07-18 21:04:29 +0200
commit49ea117c038f34eff237081a5e43d2d5914a5c1e (patch)
treee6608439c0085f9488aa0300a843204d9d9b3ec6 /nodes/ibex.json
parentdd5c2333c78c2c0956d4ac1e63ae9c43e2bb775f (diff)
Add openvpn service to ibex, new cert
Diffstat (limited to 'nodes/ibex.json')
-rw-r--r--nodes/ibex.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/nodes/ibex.json b/nodes/ibex.json
index 9841ae8..21d7be7 100644
--- a/nodes/ibex.json
+++ b/nodes/ibex.json
@@ -1,11 +1,17 @@
{
"ip_address": "37.218.247.96",
+ "openvpn": {
+ "gateway_address": "37.218.247.97",
+ "allow_free": false,
+ "filter_dns": true
+ },
"tags": ["latest"],
"services": [
"couchdb",
"soledad",
"webapp",
"mx",
- "monitor"
+ "monitor",
+ "openvpn"
]
}