blob: 28d0998d6b078e1d0eddd5526b17940503823f7b (
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", "ankara"],
"openvpn": {
"gateway_address": "176.53.69.123",
"allow_free": false,
"filter_dns": true
}
}
|