Files
openwrt-packages/luci-app-gost/root/usr/share/rpcd/acl.d/luci-app-gost.json
2023-11-14 08:25:13 +08:00

12 lines
158 B
JSON

{
"luci-app-gost": {
"description": "Grant UCI access for luci-app-gost",
"read": {
"uci": [ "gost" ]
},
"write": {
"uci": [ "gost" ]
}
}
}