{ "luci-app-mitmproxy": { "description": "Grant access to mitmproxy", "read": { "ubus": { "luci.mitmproxy": ["status", "settings", "alerts", "threat_stats", "subdomain_metrics", "bans", "get_waf_rules"] }, "uci": ["mitmproxy"] }, "write": { "ubus": { "luci.mitmproxy": [ "install", "start", "stop", "restart", "save_settings", "set_mode", "setup_firewall", "clear_firewall", "wan_setup", "wan_clear", "clear_alerts", "haproxy_enable", "haproxy_disable", "sync_routes", "unban", "toggle_waf_category" ] }, "uci": ["mitmproxy"] } } }