12 lines
329 B
JSON
12 lines
329 B
JSON
{
|
|
"id": "gateway_dmz",
|
|
"name": "Gateway + DMZ",
|
|
"description": "Router with isolated DMZ segment for exposed services.",
|
|
"network_mode": "dmz",
|
|
"apps": ["zigbee2mqtt"],
|
|
"packages": ["luci-app-vhost-manager"],
|
|
"uci": [
|
|
{ "config": "secubox", "section": "vhost_manager", "option": "enabled", "value": "1" }
|
|
]
|
|
}
|