summaryrefslogtreecommitdiff
path: root/nodes
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-09-14 16:14:19 -0700
committerelijah <elijah@riseup.net>2015-09-14 16:14:19 -0700
commitb188fafb463e981694c31f5929350c58ae60dfad (patch)
treeb3f37f2e3e73c83787bc9ef637580a35bcf2fc74 /nodes
parentd72bdd53dfe392cb0671d4ae964089ddfd182a51 (diff)
add back location tag in dev environment, recompile.
Diffstat (limited to 'nodes')
-rw-r--r--nodes/elephant.json3
-rw-r--r--nodes/snail.json2
2 files changed, 4 insertions, 1 deletions
diff --git a/nodes/elephant.json b/nodes/elephant.json
index 8137208..053641a 100644
--- a/nodes/elephant.json
+++ b/nodes/elephant.json
@@ -4,5 +4,8 @@
"ip_address": "176.53.69.13",
"ssh": {
"port": 4422
+ //"config": {
+ // "AllowTcpForwarding": "yes"
+ //}
}
}
diff --git a/nodes/snail.json b/nodes/snail.json
index 743c777..2eee732 100644
--- a/nodes/snail.json
+++ b/nodes/snail.json
@@ -1,7 +1,7 @@
{
"services": "openvpn",
"ip_address": "176.53.69.14",
- "tags": ["development"],
+ "tags": ["development", "istanbul"],
"openvpn": {
"gateway_address": "176.53.69.19",
"allow_free": false,