diff options
-rw-r--r-- | nodes/beetle.json | 4 | ||||
-rw-r--r-- | nodes/worm.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/nodes/beetle.json b/nodes/beetle.json index 47a9eee..e027c18 100644 --- a/nodes/beetle.json +++ b/nodes/beetle.json @@ -1,8 +1,8 @@ { - "ip_address": "1.1.1.1", + "ip_address": "202.85.227.195", "tags": ["production", "hongkong"], "services": "openvpn", "openvpn": { - "gateway_address": "2.2.2.2" + "gateway_address": "202.85.227.196" } } diff --git a/nodes/worm.json b/nodes/worm.json index 0970e94..7ad3ec2 100644 --- a/nodes/worm.json +++ b/nodes/worm.json @@ -1,5 +1,5 @@ { - "ip_address": "1.1.1.1", + "ip_address": "202.85.227.194", "services": [ "couchdb", "soledad" |