diff options
Diffstat (limited to 'nodes/harrier.json')
-rw-r--r-- | nodes/harrier.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/nodes/harrier.json b/nodes/harrier.json index 5d3128a..7e0a75a 100644 --- a/nodes/harrier.json +++ b/nodes/harrier.json @@ -1,10 +1,13 @@ { "services": "openvpn", - "tags": [ "development", "seattle" ], + "tags": ["clientdev", "seattle"], "ip_address": "198.252.153.46", "openvpn": { "gateway_address": "199.254.238.50", "second_gateway_address": "199.254.238.51" + }, + "ssh": { + "port": 4422 } } |