summaryrefslogtreecommitdiff
path: root/provider/nodes/vpn1_vagrant.json
blob: 33cccd0c8d0f1c694342d3a863f9c248a0e23f14 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "services": "openvpn",
  "tags": ["vagrant"],
  "ip_address": "10.5.5.45",
  "interface": "eth0",
  "openvpn": {
    "gateway_address": "10.5.5.46",
    "filter_dns": true
  }
}