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