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

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