Using poetry
git clone https://github.com/x404xx/DNS-Leaker.git
cd DNS-Leaker
poetry shell
poetry install
Using pip
git clone https://github.com/x404xx/DNS-Leaker.git
cd DNS-Leaker
virtualenv env
env/scripts/activate
pip install -r requirements.txt
python -m dnsleaker
Note
This was made for educational purposes only, nobody which directly involved in this project is responsible for any damages caused. You are responsible for your actions.