It plays well with (and adds to the functionality of) PiHole that most excellent ad-blocker and catches things that PiHole doesn't.
It's pretty easy to add privoxy to DietPi as is with:
Code: Select all
apt install privoxy
Code: Select all
listen-address 192.168.0.100:8118
Others probably can answer this, but I've found Privoxy was invariably unable to start at boot even though the service is enabled. This might be unique to the way my install, but it's worth checking after a routine re-start.
Code: Select all
service privoxy status
service privoxy start
Code: Select all
service privoxy restart
One last thing, if you do find yourself using Eep (i2p) sites, you'll need to add a passthrough your i2p daemon like this (running on the same Pi in this case):
Code: Select all
forward .i2p localhost:4444