secubox-openwrt/package/secubox/luci-secubox-dnsguard/root/usr/share/rpcd/acl.d/luci-secubox-dnsguard.json
CyberMind-FR 5f85e76ac0 feat: Add DNS Guard app and Ollama model suggestions
DNS Guard (luci-secubox-dnsguard):
- Privacy-focused DNS manager with KISS UI
- DNS provider feed: FDN, Quad9, Cloudflare, Mullvad, AdGuard, etc.
- Smart Config auto-detects fastest DNS for location
- Category filtering (privacy, security, fast, family, adblock)
- One-click provider switching with dnsmasq integration

Ollama:
- Add suggested models grid when no models installed
- Clickable model cards to download directly
- Models: tinyllama, llama3.2, phi3, gemma2, qwen2.5, mistral, codellama

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 14:11:41 +01:00

18 lines
359 B
JSON

{
"luci-secubox-dnsguard": {
"description": "Grant access to SecuBox DNS Guard",
"read": {
"ubus": {
"luci.dnsguard": ["status", "get_providers", "get_config", "test_dns"]
},
"uci": ["dhcp", "network"]
},
"write": {
"ubus": {
"luci.dnsguard": ["set_provider", "smart_config", "apply"]
},
"uci": ["dhcp", "network"]
}
}
}