mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-25 14:35:48 +03:00
fix quickMatch for ClientID
This commit is contained in:
parent
2638e271fe
commit
fca566631a
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ func (c *searchCriteria) quickMatch(line string) bool {
|
|||
case ctDomainOrClient:
|
||||
return c.quickMatchJSONValue(line, "QH") ||
|
||||
c.quickMatchJSONValue(line, "IP") ||
|
||||
c.quickMatchJSONValue(line, "ID")
|
||||
c.quickMatchJSONValue(line, "CID")
|
||||
default:
|
||||
return true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue