From b8818a69f26c636c0d3a377da718ee8183a80531 Mon Sep 17 00:00:00 2001 From: Jan Kaiser <2159464+jankais3r@users.noreply.github.com> Date: Sun, 24 Mar 2019 14:18:30 +0100 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 39105a1..5e04667 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ # DNoiSe -DNS noise generator that looks at your network activity and blends in. Requires pi-hole. +DNS noise generator that looks at your network activity and blends in. Requires [pi-hole](https://pi-hole.net) to run. + +## Why bother? +1. Does your DNS provider log your queries? If it does, you should change your DNS provider. But if you can't, this will make it harder for them to profile you based on your DNS requests. Not impossible, but harder. +2. Plausible deniability. + +## Dependencies +``` +pip install pandas (raspberry pi users should use 'sudo apt-get install python-pandas' instead) +pip install requests +pip install dnspython +``` + +## Recommended setup +1. Run this on the same machine that hosts your pi-hole instance. +2. Put this in your `crontab -e` to make it run after reboot +`@reboot /usr/bin/python /home/pi/DNoiSe.py` +3. That's all there is to it. The script will sample network activity every minute and add 10% extra DNS queries made randomly to Cisco's top 1M domain list.