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>
16 lines
258 B
JSON
16 lines
258 B
JSON
{
|
|
"luci-app-routes-status": {
|
|
"description": "Grant access to Routes Status dashboard",
|
|
"read": {
|
|
"ubus": {
|
|
"luci.routes-status": ["status"]
|
|
}
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"luci.routes-status": ["sync_routes", "add_route"]
|
|
}
|
|
}
|
|
}
|
|
}
|