{{define "content"}} {{$f := .Data.Filter}}{{$csrf := .CSRF}}
Every query this server answered, when logging is enabled.
| Time | Client | Network | Query | Type | Result | Source | Matched | Took |
|---|---|---|---|---|---|---|---|---|
| {{timeOnly .Timestamp}} | {{.ClientIP}} | {{default "—" .NetworkName}} | {{trimDot .QName}} | {{.QType}} | {{.Rcode}} {{if .Blocked}}blocked{{end}} | {{.Source}} |
{{if .Blocked}}
{{.BlacklistName}}
{{if .MatchedRule}} {{.MatchedRule}} {{end}}
{{else if .CacheHit}}
cache hit
{{else}}
—
{{end}}
|
{{ms .DurationMS}} |