diff options
Diffstat (limited to 'provider/nodes/vpn1.json')
-rw-r--r-- | provider/nodes/vpn1.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/provider/nodes/vpn1.json b/provider/nodes/vpn1.json index a5b11f6..5bf1c28 100644 --- a/provider/nodes/vpn1.json +++ b/provider/nodes/vpn1.json @@ -1,6 +1,9 @@ { "services": "openvpn", "ip_address": "94.103.43.5", + "interface": "eth0", + "ssh": { + "port": 4422 }, "tags": "production", "openvpn": { "gateway_address": "94.103.43.6", |