blob: 4b221459bbeaaa2948f36377c7ab6619fa469741 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"admin/services/https-dns-proxy": {
"title": "HTTPS DNS Proxy",
"order": 90,
"action": {
"type": "view",
"path": "https-dns-proxy/overview"
},
"depends": {
"acl": [
"luci-app-https-dns-proxy"
]
}
}
}
|