Graphically displaying dnscrypt-proxy query logs #1753
evilbunny2008
started this conversation in
Show and tell
Replies: 0 comments
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 was looking to graph the query log from dnscrypt-proxy, but the only solution I found was to send the data to grafana.com (https://grafana.com/grafana/dashboards/13600) which sort of defeats the purpose of hosting your own dns cache in my opinion.
So I coded up a little php script to listen to a named pipe and went from there to importing into mariadb and finally plotting with chart.js
Hopefully someone else will find this useful as well.
https://github.com/evilbunny2008/dnscrypt-proxy-stats/
Beta Was this translation helpful? Give feedback.
All reactions