summaryrefslogtreecommitdiff
path: root/nodes/snail.json
diff options
context:
space:
mode:
Diffstat (limited to 'nodes/snail.json')
-rw-r--r--nodes/snail.json12
1 files changed, 5 insertions, 7 deletions
diff --git a/nodes/snail.json b/nodes/snail.json
index a973ad1..98ea6d1 100644
--- a/nodes/snail.json
+++ b/nodes/snail.json
@@ -1,15 +1,13 @@
{
- "services": [ "openvpn", "tor" ],
- "tor": {
- "type": "exit",
- "nickname": "snail"
- },
+ "services": "openvpn",
"ip_address": "176.53.69.14",
- "interface": "eth0",
- "tags": "development",
+ "tags": ["development", "istanbul"],
"openvpn": {
"gateway_address": "176.53.69.19",
"allow_free": false,
"filter_dns": true
+ },
+ "ssh": {
+ "port": 4422
}
}