summaryrefslogtreecommitdiff
path: root/nodes/aligator.json
blob: cafe4c9c69696edf3d8d06df4f0e4be3d79d1a20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "services": [ "openvpn", "tor" ],
  "tor": {
    "type": "exit",
    "nickname": "alligator"
  },
  "ip_address": "176.53.69.121",
  "interface": "eth0",
  "tags": "production",
  "openvpn": {
    "gateway_address": "176.53.69.123",
    "allow_free": false,
    "filter_dns": true
  }
}