blob: 98ea6d112d7e23de98557ca54d032d077c677920 (
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
}
}
|