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>
18 lines
359 B
JSON
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"]
|
|
}
|
|
}
|
|
}
|