mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-18 17:33:31 +00:00
luci-app-frpc: Add ACL rule to compliance with new Luci (#4586)
New Luci sucks...
This commit is contained in:
parent
5591c36728
commit
8ad037aed4
@ -0,0 +1,11 @@
|
||||
{
|
||||
"luci-app-frpc": {
|
||||
"description": "Grant UCI access for luci-app-frpc",
|
||||
"read": {
|
||||
"uci": [ "frp" ]
|
||||
},
|
||||
"write": {
|
||||
"uci": [ "frp" ]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user