blob: 6d4b4f7755d0c3436e3cbda75c602e1ebe3fe67c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"services": [ "openvpn", "tor" ],
"tor": {
"type": "exit",
"nickname": "snail"
},
"ip_address": "176.53.69.14",
"tags": ["development", "istanbul"],
"openvpn": {
"gateway_address": "176.53.69.19",
"allow_free": false,
"filter_dns": true
}
}
|