Archived
Add Pi-hole as worth mentioning under DNS #495
Labels
Clear labels
:mag:🤖 Search Engines
I2P
OS
Self-contained networks
Social media
Tor
WIP
XMPP
[m]
approved
dependencies
duplicate
feedback wanted
high priority
iOS
low priority
stale
streaming
todo
wontfix
₿ cryptocurrency
ℹ️ help wanted
↔️ file sharing
⚙️ web extensions
✨ enhancement
❌ software removal
🆕 software suggestion
🆘 critical
🇦🇶 translations
🌐 Social News Aggregators
🌐 hosting
🌐 website issue
🏠 housekeeping
🐛 bug
👁️ browsers
👥 team chat
💢 conflicting
💬 discussion
💻 hardware
📁 file storage
📝 correction
📧 email
🔎 research required
🔐 password managers
🔒 VPN
🔒 file encryption
🖊️ digital notebooks
🗄️ DNS
🗨️ instant messaging (im)
🚫 Windows
🤖 Android
🦊 Firefox
🧰 productivity tools
The Invisible Internet Project (I2P)
Operating Systems
Anything covering the Tor network
active work in progress, do not merge or PR (yet)!
Extensible Messaging and Presence Protocol
Matrix protocol
approved, waiting for a PR
Pull requests that update a dependency file
A label for stalebot if it gets added
Anything related to media streaming.
Issues or bugs that will not be fixed and/or do not have significant impact on the project.
Browser Extension related issues
Anything covering a translated version of the site
*Technical* issues with the website.
Anything primarily related to site cleanup.
Correction of content on the website
Virtual Private Network
Domain Name System
Firefox & forks, about:config etc.
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.