Skip to content
EntityQ55629937· pop 17· linked from 6 articles

Pi-hole is a Linux network-level advertisement and Internet tracker blocking application which acts as a DNS sinkhole and optionally a DHCP server, intended for use on a private network. It is designed for low-power embedded devices with network capability, such as the Raspberry Pi, but can be installed on almost any Linux system. As well as importing externally prepared blocklists, Pi-hole can be configured to block specific websites or apply parental controls.

Key facts

Software.name
Pi-hole
Software.logo
Pi-hole vector logo.svg
Software.screenshot
File:Pi-Hole 6 screenshot (6.1.2).png
Software.screenshot alt
Screenshot of the Pi-hole administrator web interface
Software.caption
Screenshot of the AdminLTE web interface for Pi-hole
Software.developer
Pi-hole, LLC
Software.programming language
Bash,C (optional DNS server FTLDNS), PHP, CSS (optional web console)
Software.operating system
Linux
Software.licence
European Union Public Licence

via Wikipedia infobox

Official website

Pi-hole – Network-wide Ad Blocking

pi-hole.net

Link to the official site · 6,266 chars · not written by Vinony

Source code

Piping to bash is controversial, as it prevents you from reading code that is about to run on your system. Therefore, we provide these alternative installation methods which allow code review before installation: Please refer to the Pi-hole docker repo to use the Official Docker Images. Once the installer has been run, you will need to configure your router to have DHCP clients use Pi-hole as their DNS server . This router configuration will ensure that all devices connecting to your network will have content blocked without any further intervention. If your router does not support setting the DNS server, you can use Pi-hole's built-in DHCP server; be sure to disable DHCP on your router first (if it has that feature available). As a last resort, you can manually set each device to use Pi-hole as their DNS server. There are many reoccurring costs involved with maintaining free, open-source, and privacy-respecting software; expenses which our volunteer developers pitch in to cover out-of-pocket. This is just one example of how strongly we feel about our software and the importance of keeping it maintained. If you'd rather not donate ( which is okay! ), there are other ways you can help support us: GitHub Sponsors Patreon Hetzner Cloud affiliate link Digital Ocean affiliate link Stickermule earn a $10 credit after your first purchase Amazon US affiliate link Spreading the word about our software and how you have benefited from it We welcome everyone to contribute to issue reports, suggest new features, and create pull requests. If you have something to add - anything from a typo through to a whole new feature, we're happy to check it out! Just make sure to fill out our template when submitting your request; the questions it asks will help the volunteers quickly understand what you're aiming to achieve. You'll find that the install script and the debug script have an abundance of comments, which will help you better understand how Pi-hole works. They're also a valuable resource to those who want to learn how to write scripts or code a program! We encourage anyone who likes to tinker to read through it and submit a pull request for us to review. While we are primarily reachable on our Discourse User Forum, we can also be found on various social media outlets. Please be sure to check the FAQs before starting a new discussion, as we do not have the spare time to reply to every request for assistance. Frequently Asked Questions Feature Requests Reddit Twitter FTLDNS is a lightweight, purpose-built daemon used to provide statistics needed for the Web Interface, and its API can be easily integrated into your own projects. As the name implies, FTLDNS does this all very quickly ! The pihole command has all the functionality necessary to fully administer the Pi-hole, without the need for the Web Interface. It's fast, user-friendly, and auditable by anyone with an understanding of bash . Some notable features include: Allowlisting, Denylisting (fka Whitelisting, Blacklisting), and Regex Debugging utility Viewing the live log file Updating Ad Lists Querying Ad Lists for blocked domains Enabling and Disabling Pi-hole ... and many more! This optional dashboard allows you to view stats, change settings, and configure your Pi-hole. It's the power of the Command Line Interface, with none of the learning curve! Some notable features include: Mobile-friendly interface Password protection Detailed graphs and doughnut charts Top lists of domains and clients A filterable and sortable query log Long Term Statistics to view data over user-defined time ranges The ability to easily manage and configure Pi-hole features ... and all the main features of the Command Line Interface!

Excerpt from the source-code README · 9,417 chars · not written by Vinony

~4 min read

Encyclopedic overview

6 sections
Contents
  • History
  • Features
  • Difference from traditional advertisement blockers
  • See also
  • References
  • External links

Pi-hole is a Linux network-level advertisement and Internet tracker blocking application which acts as a DNS sinkhole and optionally a DHCP server, intended for use on a private network. It is designed for low-power embedded devices with network capability, such as the Raspberry Pi, but can be installed on almost any Linux system. As well as importing externally prepared blocklists, Pi-hole can be configured to block specific websites or apply parental controls.

== History == The Pi-hole project was created by Jacob Salmela as an open source alternative to AdTrap in 2014 and was hosted on GitHub. Since then, several contributors have joined the project. In 2017, Pi-hole was registered in the United States as a trademark of Pi-Hole, LLC.

Excerpted from Wikipedia’s “Pi-hole” article, available under the CC BY-SA 4.0 licence.