mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-05-11 01:55:40 +03:00
+ client_proto
This commit is contained in:
parent
0adbce5d38
commit
0904eeffa8
6 changed files with 29 additions and 14 deletions
querylog
|
@ -37,6 +37,9 @@ func decodeLogEntry(ent *logEntry, str string) {
|
|||
case "QC":
|
||||
ent.QClass = v
|
||||
|
||||
case "CP":
|
||||
ent.ClientProto = v
|
||||
|
||||
case "Answer":
|
||||
ent.Answer, err = base64.StdEncoding.DecodeString(v)
|
||||
case "OrigAnswer":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue