Skip to content

Instantly share code, notes, and snippets.

@SkaTeMasTer
Last active February 14, 2017 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SkaTeMasTer/6486f9c792d6ec5e5db569b6df67f5ca to your computer and use it in GitHub Desktop.
Save SkaTeMasTer/6486f9c792d6ec5e5db569b6df67f5ca to your computer and use it in GitHub Desktop.
Debugging PiHOLE w/TCPDUMP
# install utils
sudo apt-get -y install libpcap0.8 tcpdump
# watch port 53 (DNS) with a specific client
sudo tcpdump -npi eth0 -vvv host 192.168.1.9 and port 53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment