Add frequency field to Pi-hole stats API and display queries per second in widget
This commit is contained in:
@@ -17,6 +17,7 @@ type Queries struct {
|
||||
UniqueDomains int64 `json:"unique_domains"`
|
||||
Forwarded int64 `json:"forwarded"`
|
||||
Cached int64 `json:"cached"`
|
||||
Frequency int64 `json:"frequency"`
|
||||
}
|
||||
|
||||
type Clients struct {
|
||||
|
||||
Reference in New Issue
Block a user