Skip to content

Instantly share code, notes, and snippets.

@xezpeleta
Last active August 29, 2015 14:02
Show Gist options
  • Save xezpeleta/e253cf8dd3765ed0d911 to your computer and use it in GitHub Desktop.
Save xezpeleta/e253cf8dd3765ed0d911 to your computer and use it in GitHub Desktop.
Get DNS queries to my local DNS server
#
# Let's check who is still using my old DNS server (192.168.10.1)
#
tcpdump -n -s 1500 -i eth0 udp dst port 53 and dst host 192.168.10.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment