summaryrefslogtreecommitdiff
path: root/nodes/vpn1.json
blob: 5386ac5f1965abf0acf11b24b0e84c9bab2f2235 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "services": "openvpn",
  "ip_address": "10.5.5.45",
  "interface": "eth0",
  "openvpn": {
    "gateway_address": "10.5.5.46",
    "free_gateway_address": "10.5.5.47",
    "allow_free": true,
    "filter_dns": true
  }
}