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

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