diff options
author | elijah <elijah@riseup.net> | 2012-11-09 01:22:48 -0800 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2012-11-09 01:22:48 -0800 |
commit | febeb64a801f3b4c72193bc93ee0400dee3a2a0a (patch) | |
tree | a31d0efc4f9ef563c3f9e9023d09e9dfb8b954af /test/provider/nodes/vpn1.json | |
parent | e0471e278c3baf7fc74f288281c7219cbcf0172c (diff) |
vagrant support
Diffstat (limited to 'test/provider/nodes/vpn1.json')
-rw-r--r-- | test/provider/nodes/vpn1.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/provider/nodes/vpn1.json b/test/provider/nodes/vpn1.json index 1c58a1b..5115cb2 100644 --- a/test/provider/nodes/vpn1.json +++ b/test/provider/nodes/vpn1.json @@ -1,6 +1,6 @@ { "services": "openvpn", - "ip_address": "2.2.2.2", + "ip_address": "10.5.5.3", "tags": "production", "openvpn": { "gateway_address": "3.3.3.3", |