diff options
Diffstat (limited to 'provider')
-rw-r--r-- | provider/nodes/couch1.json | 2 | ||||
-rw-r--r-- | provider/nodes/vpn1.json | 4 | ||||
-rw-r--r-- | provider/nodes/web1.json | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/provider/nodes/couch1.json b/provider/nodes/couch1.json index ca04a6f..b7b4796 100644 --- a/provider/nodes/couch1.json +++ b/provider/nodes/couch1.json @@ -1,4 +1,4 @@ { "services": "couchdb", - "ip_address": "94.103.43.10" + "ip_address": "176.53.69.122" } diff --git a/provider/nodes/vpn1.json b/provider/nodes/vpn1.json index 5bf1c28..9afb4f3 100644 --- a/provider/nodes/vpn1.json +++ b/provider/nodes/vpn1.json @@ -1,12 +1,12 @@ { "services": "openvpn", - "ip_address": "94.103.43.5", + "ip_address": "176.53.69.120", "interface": "eth0", "ssh": { "port": 4422 }, "tags": "production", "openvpn": { - "gateway_address": "94.103.43.6", + "gateway_address": "176.53.69.121", "filter_dns": true } } diff --git a/provider/nodes/web1.json b/provider/nodes/web1.json index 3f2cc73..88a4fca 100644 --- a/provider/nodes/web1.json +++ b/provider/nodes/web1.json @@ -1,4 +1,4 @@ { "services": "webapp", - "ip_address": "94.103.43.9" + "ip_address": "176.53.69.119" } |