Skip to content

Instantly share code, notes, and snippets.

@initbar
Last active July 27, 2021 17:22
Show Gist options
  • Save initbar/970840fd729c0cc960cea4a232f26ce3 to your computer and use it in GitHub Desktop.
Save initbar/970840fd729c0cc960cea4a232f26ce3 to your computer and use it in GitHub Desktop.
cat /var/log/dnscrypt-proxy/query.log | awk '{print $4}' | sort | uniq -c | sort | egrep '\.[^.]*\.[a-z]*$' --color=auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment