Welcome to mirror list, hosted at ThFree Co, Russian Federation.

luci-app-tinyproxy.json « acl.d « rpcd « share « usr « root « luci-app-tinyproxy « applications - github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: db72bebef5ad873966b0af42d0e5dd31396acadd (plain)
1
2
3
4
5
6
7
8
9
10
11
{
	"luci-app-tinyproxy": {
		"description": "Grant UCI access for luci-app-tinyproxy",
		"read": {
			"uci": [ "tinyproxy" ]
		},
		"write": {
			"uci": [ "tinyproxy" ]
		}
	}
}