diff options
author | varac <varacanero@zeromail.org> | 2012-10-29 23:00:11 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2012-10-29 23:00:11 +0100 |
commit | 72130920f34b29a06ab7caede48a509901bdde62 (patch) | |
tree | 65a006bd103b05161479466fd4378ca67acd5808 /provider/nodes | |
parent | 20e8f31f696ff5557e3d379550dcd4b1adde36cd (diff) |
interface eth0,ssh port 4422
Diffstat (limited to 'provider/nodes')
-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", |