blob: 5bf1c2805ec98644958b56672b79e58da9be7238 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"services": "openvpn",
"ip_address": "94.103.43.5",
"interface": "eth0",
"ssh": {
"port": 4422 },
"tags": "production",
"openvpn": {
"gateway_address": "94.103.43.6",
"filter_dns": true
}
}
|