Archived
Add Pi-hole as worth mentioning under DNS #495
Labels
Clear labels
:mag:🤖 Search Engines
approved
dependencies
duplicate
feedback wanted
high priority
I2P
iOS
low priority
OS
Self-contained networks
Social media
stale
streaming
todo
Tor
WIP
wontfix
XMPP
[m]
₿ cryptocurrency
ℹ️ help wanted
↔️ file sharing
⚙️ web extensions
✨ enhancement
❌ software removal
💬 discussion
🤖 Android
🐛 bug
💢 conflicting
📝 correction
🆘 critical
📧 email
🔒 file encryption
📁 file storage
🦊 Firefox
💻 hardware
🌐 hosting
🏠 housekeeping
🔐 password managers
🧰 productivity tools
🔎 research required
🌐 Social News Aggregators
🆕 software suggestion
👥 team chat
🔒 VPN
🌐 website issue
🚫 Windows
👁️ browsers
🖊️ digital notebooks
🗄️ DNS
🗨️ instant messaging (im)
🇦🇶 translations
approved, waiting for a PR
Pull requests that update a dependency file
The Invisible Internet Project (I2P)
Operating Systems
A label for stalebot if it gets added
Anything related to media streaming.
Anything covering the Tor network
active work in progress, do not merge or PR (yet)!
Issues or bugs that will not be fixed and/or do not have significant impact on the project.
Extensible Messaging and Presence Protocol
Matrix protocol
Browser Extension related issues
Correction of content on the website
Firefox & forks, about:config etc.
Anything primarily related to site cleanup.
Virtual Private Network
*Technical* issues with the website.
Domain Name System
Anything covering a translated version of the site
No labels
Milestone
No items
No Milestone
No due date set.
Dependencies
No dependencies set.
Reference: privacyguides/privacytools.io#495
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Description
Add Pi-hole (https://pi-hole.net/) to the suggestions for DNS. Works quite well as a network DNS server, blocking ad and tracker domains (and anything else you feel like blocking).
HTML Preview
http://htmlpreview.github.io/?https://github.com/sjlehn/privacytools.io/blob/master/index.html
Pi-hole - Wikipedia
https://en.wikipedia.org/wiki/Pi-hole
Source code
https://github.com/pi-hole/pi-hole
Open Source Pi-hole Alternatives - AlternativeTo.net
https://alternativeto.net/software/pi-hole/?license=opensource
Isn't this a bit "niche" since it's towards the RPi? I believe the tools here are supposed to be for every machine (or at most, divided by Software and/or Mobile/Computer)
Since it says
A network-wide DNS server for the Raspberry Pi, I think it's fine. If you have a Raspberry Pi you can host it for all computers on your network. So on one hand you need the rpi but on the other hand it works as a server for all devices on your network, just like using a third party DNS. The description specifically says that it's for Raspberry Pi, so it's okay.@kewde if you approve, merge
@hugoncosta per their site, you can install it on most Debian based distros:
https://discourse.pi-hole.net/t/hardware-software-requirements/273
Yes, but you need a server. Though I'm not sure how performant Raspberry Pi is for hosting a DNS server, does anyone here have experience with Pi-hole?
I've been running it on my network on a Pi 3 model B for a while, as DNS and DHCP (less than a dozen clients) without any issues. Memory usage seems to be sitting around 12%.
Does domain resolution seem slower than using a regular DNS server or are the speeds comparable?
I haven't noticed a difference. I just ran a namebench test, comparing it to major providers, and it falls in the middle of the pack. This is using Cloudflare as the upstream DNS, and DNSSEC is not enabled. Average response time was 98ms
(SYS-192.168.1.135 is the Pi-Hole)
Thanks for sharing that. I expected an issue with performance. Seeing that test result, I might try running one at home as well.