Files
openlan/dist/rootfs/etc/openlan/switch/network/ceci.json.example
Daniel Ding 5737d2242a
Some checks failed
Coverage CI / build (push) Has been cancelled
CodeQL / Analyze (go) (push) Has been cancelled
Ubuntu CI / build (push) Has been cancelled
fea: add ceci via cli.
2025-11-17 16:35:33 +08:00

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"
}
],
}
}