diff options
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/snail.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nodes/snail.json b/nodes/snail.json index 98ea6d1..743c777 100644 --- a/nodes/snail.json +++ b/nodes/snail.json @@ -1,13 +1,13 @@ { "services": "openvpn", "ip_address": "176.53.69.14", - "tags": ["development", "istanbul"], + "tags": ["development"], "openvpn": { "gateway_address": "176.53.69.19", "allow_free": false, "filter_dns": true }, - "ssh": { + "ssh": { "port": 4422 } } |