diff options
Diffstat (limited to 'nodes/harrier.json')
-rw-r--r-- | nodes/harrier.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nodes/harrier.json b/nodes/harrier.json new file mode 100644 index 0000000..5d3128a --- /dev/null +++ b/nodes/harrier.json @@ -0,0 +1,10 @@ +{ + "services": "openvpn", + "tags": [ "development", "seattle" ], + "ip_address": "198.252.153.46", + "openvpn": { + "gateway_address": "199.254.238.50", + "second_gateway_address": "199.254.238.51" + } +} + |