diff options
Diffstat (limited to 'provider/nodes/aligator.json')
-rw-r--r-- | provider/nodes/aligator.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/provider/nodes/aligator.json b/provider/nodes/aligator.json new file mode 100644 index 0000000..9afb4f3 --- /dev/null +++ b/provider/nodes/aligator.json @@ -0,0 +1,12 @@ +{ + "services": "openvpn", + "ip_address": "176.53.69.120", + "interface": "eth0", + "ssh": { + "port": 4422 }, + "tags": "production", + "openvpn": { + "gateway_address": "176.53.69.121", + "filter_dns": true + } +} |