mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-14 20:34:19 +08:00
16 lines
283 B
JSON
16 lines
283 B
JSON
{
|
|
"luci-app-fwlive": {
|
|
"description": "Grant access to firewall live log view",
|
|
"read": {
|
|
"ubus": {
|
|
"fwlive": [ "rules", "poll", "resolve", "logging_status" ]
|
|
}
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"fwlive": [ "enable_wan_logging", "disable_wan_logging" ]
|
|
}
|
|
}
|
|
}
|
|
}
|