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

luci-app-squid.json « menu.d « luci « share « usr « root « luci-app-squid « applications - github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 15a0d3c4d44ca96e864b99fd8d0bac7e5ea3efc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"admin/services/squid": {
		"title": "Squid",
		"action": {
			"type": "cbi",
			"path": "squid",
			"post": { "cbi.submit": true }
		},
		"depends": {
			"acl": [ "luci-app-squid" ]
		}
	}
}