mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-31 11:49:14 +01:00
21 lines
503 B
JSON
21 lines
503 B
JSON
{
|
|
"descriptor": {
|
|
"name": "DNS hole summary",
|
|
"description": "Displays important data from PiHole or AdGuard",
|
|
"settings": {
|
|
"title": "Settings for DNS Hole summary",
|
|
"usePiHoleColors": {
|
|
"label": "Use colors from PiHole"
|
|
}
|
|
}
|
|
},
|
|
"card": {
|
|
"metrics": {
|
|
"domainsOnAdlist": "Domains on adlists",
|
|
"queriesToday": "Queries today",
|
|
"queriesBlockedTodayPercentage": "blocked today",
|
|
"queriesBlockedToday": "blocked today"
|
|
}
|
|
}
|
|
}
|