New package luci-app-routes-status providing: - HAProxy vhosts status overview (218+ vhosts supported) - mitmproxy route configuration status (OUT/IN routes) - SSL certificate status indicators - WAF bypass detection (vhosts not using mitmproxy_inspector) - Sync routes and add missing route actions - RPCD backend with batch processing for large vhost counts Accessible at Status → Routes Status in LuCI. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
15 lines
220 B
JSON
15 lines
220 B
JSON
{
|
|
"admin/status/routes": {
|
|
"title": "Routes Status",
|
|
"order": 15,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "routes-status/overview"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-routes-status"],
|
|
"uci": {}
|
|
}
|
|
}
|
|
}
|