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