diff options
author | kwadronaut <kwadronaut@leap.se> | 2019-03-01 12:50:19 +0100 |
---|---|---|
committer | kwadronaut <kwadronaut@leap.se> | 2019-03-01 12:50:19 +0100 |
commit | 162901980530d449e88ddd3aef6f78b35eba9373 (patch) | |
tree | 338e83eb36c63296b67704b3e1c8b1c26862eaf9 /nodes | |
parent | 72b154d0cf948e89942cb6d378998584e7fcec0a (diff) |
update after removal of giraffe
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/lynx.json | 1 | ||||
-rw-r--r-- | nodes/tuatara.json | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/nodes/lynx.json b/nodes/lynx.json index 4d039bd..f8d2c43 100644 --- a/nodes/lynx.json +++ b/nodes/lynx.json @@ -1,4 +1,5 @@ { + "enabled": false, "ip_address": "37.218.242.146", "services": [ "mx", diff --git a/nodes/tuatara.json b/nodes/tuatara.json index 82443df..bcbbbd1 100644 --- a/nodes/tuatara.json +++ b/nodes/tuatara.json @@ -1,11 +1,11 @@ { - "ip_address": "199.119.112.208", + "ip_address": "37.218.241.208", "openvpn": { - "gateway_address": "199.119.112.141" + "gateway_address": "37.218.241.141" }, "services": "openvpn", "tags": [ - "dc", + "miami", "unstable" ] } |