blob: 0886cc885a643dc0f38d1bc4737a84042cc3d167 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"luci-app-https-dns-proxy": {
"description": "Grant UCI access for luci-app-https-dns-proxy",
"read": {
"uci": [ "https-dns-proxy" ]
},
"write": {
"uci": [ "https-dns-proxy" ]
}
}
}
|