luci-app-frpc: Add ACL rule to compliance with new Luci (#4586)

New Luci sucks...
This commit is contained in:
HQ Ong 2020-05-12 19:00:33 +08:00 committed by GitHub
parent 5591c36728
commit 8ad037aed4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,11 @@
{
"luci-app-frpc": {
"description": "Grant UCI access for luci-app-frpc",
"read": {
"uci": [ "frp" ]
},
"write": {
"uci": [ "frp" ]
}
}
}