Graphically displaying dnscrypt-proxy query logs #1753
evilbunny2008
started this conversation in
Show and tell
Replies: 0 comments
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
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