123456789101112131415161718192021222324252627282930 |
- {
- "luci-app-https-dns-proxy": {
- "description": "Grant UCI and file access for luci-app-https-dns-proxy",
- "read": {
- "ubus": {
- "luci.https-dns-proxy": [
- "getInitList",
- "getInitStatus",
- "getPlatformSupport",
- "getProviders",
- "getRuntime"
- ]
- },
- "uci": [
- "dhcp",
- "https-dns-proxy"
- ]
- },
- "write": {
- "uci": [
- "https-dns-proxy"
- ],
- "ubus": {
- "luci.https-dns-proxy": [
- "setInitAction"
- ]
- }
- }
- }
- }
|