Files
firegex-traffic-viewer/setup.example.json
Ilya Starchak d8061985d6 asdas
2025-12-10 02:27:35 +03:00

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": []
}