21 lines
349 B
JSON
21 lines
349 B
JSON
{
|
|
"services": [
|
|
{
|
|
"name": "Example HTTP Service",
|
|
"port": 8080,
|
|
"proto": "http",
|
|
"ip_int": "0.0.0.0",
|
|
"fail_open": true
|
|
},
|
|
{
|
|
"name": "Example TCP Service",
|
|
"port": 443,
|
|
"proto": "tcp",
|
|
"ip_int": "0.0.0.0",
|
|
"fail_open": false
|
|
}
|
|
],
|
|
"porthijack": [],
|
|
"firewall": []
|
|
}
|