diff options
Diffstat (limited to 'nodes/hippo.json')
-rw-r--r-- | nodes/hippo.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/nodes/hippo.json b/nodes/hippo.json new file mode 100644 index 0000000..1f152ff --- /dev/null +++ b/nodes/hippo.json @@ -0,0 +1,12 @@ +{ + "ip_address": "85.17.92.143", + "services": ["openvpn","tor"], + "tags": ["production", "amsterdam"], + "openvpn": { + "gateway_address": "85.17.92.167" + }, + "tor": { + // KB/s + "bandwidth_rate": 100 + } +} |