DNSleak inspects DNS packets on the local network interface to detect
leaks. Unlike web-based solutions, it works at the local computer
level. No third party servers are used and DNS leak result is a true /
false response. See the README for more details.
Installation instructions for Debian-based systems (usage instructions in README):
# download code
git clone https://github.com/emanuele-f/DNSleak.git
# install prerequisites
sudo apt install libpcap0.8-dev libndpi-dev pkg-config
# install from source
cd dnsleak
make
sudo make install PREFIX=/usr install
# basic usage
sudo dnsleak <interface>