From 9221f595576f278cf929335c894b5650701a1619 Mon Sep 17 00:00:00 2001 From: Jan Kaiser <2159464+jankais3r@users.noreply.github.com> Date: Sun, 24 Mar 2019 14:21:14 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e04667..a2b1b46 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ 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 +2. Pair this with [dnscrypt-proxy](https://github.com/jedisct1/dnscrypt-proxy) or some other DNSCrypt/DoH client to make sure your ISP can't snoop on your queries. +3. 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. +4. 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.