blob: 2eee7326604ba317b24e357b6eef87a7e68fa916 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"services": "openvpn",
"ip_address": "176.53.69.14",
"tags": ["development", "istanbul"],
"openvpn": {
"gateway_address": "176.53.69.19",
"allow_free": false,
"filter_dns": true
},
"ssh": {
"port": 4422
}
}
|