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