mirror of
https://github.com/luscis/openlan.git
synced 2025-12-24 11:10:54 +08:00
19 lines
291 B
JSON
Executable File
19 lines
291 B
JSON
Executable File
{
|
|
"name": "ceci",
|
|
"provider": "ceci",
|
|
"specifies": {
|
|
"tcp": [
|
|
{
|
|
"listen": "0.0.0.0:80",
|
|
"target": [
|
|
"192.168.1.11:80",
|
|
"192.168.1.12:80"
|
|
]
|
|
},
|
|
{
|
|
"mode": "http",
|
|
"listen": "0.0.0.0:80"
|
|
}
|
|
],
|
|
}
|
|
} |