blob: c50cfd87d75cdf24cfa18c5b8b21f81d80ee7e43 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"services": [ "openvpn", "tor" ],
"tor": {
"type": "exit",
"nickname": "alligator",
"bandwidth_rate": 3000
},
"ip_address": "176.53.69.121",
"tags": ["production", "istanbul"],
"openvpn": {
"gateway_address": "176.53.69.123",
"allow_free": false,
"filter_dns": true
}
}
|