Parse Query Log using Python #7122
Unanswered
Heshmatkhah
asked this question in
Q&A
Replies: 1 comment
-
https://github.com/AdguardTeam/AdGuardHome/blob/master/internal/querylog/decode.go#L97 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to parse querylog.json file using python.

each line in the file is a valid json, but the Answer value is a base64, and when i decode it, it's some binary data.
how can I parse it and.
I need to know actual response to the client. just like what UI shows:
here are some example
Beta Was this translation helpful? Give feedback.
All reactions