luci-app-ssr-plus: add ACL rule

This commit is contained in:
LGA1150 2020-04-12 22:18:53 +08:00 committed by AmadeusGhost
parent 606af3dd9d
commit f388ea9e37

View File

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