diff options
author | varac <varacanero@zeromail.org> | 2012-10-12 21:06:09 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2012-10-12 21:06:09 +0200 |
commit | f86bce821c2353aa1ffad5de657f504944ce0741 (patch) | |
tree | bb0724b81ce023cd821e1af4f1b5ac833ee9e680 /provider/nodes/vpn1.json |
initial commit, provider dir from leap_cli
Diffstat (limited to 'provider/nodes/vpn1.json')
-rw-r--r-- | provider/nodes/vpn1.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/provider/nodes/vpn1.json b/provider/nodes/vpn1.json new file mode 100644 index 0000000..1c58a1b --- /dev/null +++ b/provider/nodes/vpn1.json @@ -0,0 +1,9 @@ +{ + "services": "openvpn", + "ip_address": "2.2.2.2", + "tags": "production", + "openvpn": { + "gateway_address": "3.3.3.3", + "filter_dns": true + } +}
\ No newline at end of file |