luci-app-https-dns-proxy.json 476 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "luci-app-https-dns-proxy": {
  3. "description": "Grant UCI and file access for luci-app-https-dns-proxy",
  4. "read": {
  5. "ubus": {
  6. "luci.https-dns-proxy": [
  7. "getInitList",
  8. "getInitStatus",
  9. "getPlatformSupport",
  10. "getProviders",
  11. "getRuntime"
  12. ]
  13. },
  14. "uci": [
  15. "dhcp",
  16. "https-dns-proxy"
  17. ]
  18. },
  19. "write": {
  20. "uci": [
  21. "https-dns-proxy"
  22. ],
  23. "ubus": {
  24. "luci.https-dns-proxy": [
  25. "setInitAction"
  26. ]
  27. }
  28. }
  29. }
  30. }