Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jankais3r authored Mar 24, 2019
1 parent b8818a6 commit 9221f59
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 9221f59

Please sign in to comment.