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