You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Dan Schaper d715471426
Center Global
8 years ago
.github Small change in template 8 years ago
.idea Add git clone method to installers 8 years ago
advanced Add countdown timer 8 years ago
automated install Merge pull request #899 from diginc/configureFirewall_unittest 8 years ago
block hulu ads ATV Hulu domain add 8 years ago
test move PH_TRUE to Dockerfiles to DRY 8 years ago
.gitattributes Update .gitattributes 8 years ago
.gitignore Use explicit calls for function to self-document 8 years ago
.pullapprove.yml Update pullapprove into master 8 years ago
.travis.yml add travis and python requirements 8 years ago
CONTRIBUTING.md Add GSG/Shell link 8 years ago
LICENSE Initial commit 10 years ago
README.md Center Global 8 years ago
adlists.default Update last modified date for adlist 8 years ago
autotest setupVar tests passing for debian & centos 8 years ago
gravity.sh Fix typo 8 years ago
pihole Stash all changed files, clean directory and pull updates. 8 years ago
requirements.txt add travis and python requirements 8 years ago

README.md

Bountysource Build Status

Automated Install

Designed For Raspberry Pi A+, B, B+, 2, 3B, and Zero (with an Ethernet/Wi-Fi adapter) Works on most Debian and CentOS/RHEL based distributions!

  1. Install Raspbian
  2. Run the command below (downloads this script in case you want to read over it first!)

curl -sSL https://install.pi-hole.net | bash

Alternative Semi-Automated Install Methods

Clone our repository and run the automated installer from your device.

git clone --depth 1 https://github.com/pi-hole/pi-hole.git Pi-hole
cd Pi-hole/automated_installer/
(Optionally nano|vi|vim|cat the basic-install.sh file to verify the actions it will take)
bash basic-install.sh

Or

If you wish to read over the script before running it, then after the wget command, run nano basic-install.sh to open the file in a text viewer.

wget -O basic-install.sh https://install.pi-hole.net
bash basic-install.sh

Once installed, configure your router to have DHCP clients use the Pi as their DNS server and then any device that connects to your network will have ads blocked without any further configuration. Alternatively, you can manually set each device to use the Raspberry Pi as its DNS server.

How To Install Pi-hole (Click to Watch!)

How It Works

Watch the 60-second video below to get a quick overview

Pi-hole exlplained

Pi-hole Is Free, But Powered By Your Donations

Send a one-time donation using our link below to provide us with a small portion of the monthly fee.

Get Help Or Connect With Us On The Web

      Digital Ocean

Technical Details

The Pi-hole is an advertising-aware DNS/Web server. If an ad domain is queried, a small Web page or GIF is delivered in place of the advertisement. You can also replace ads with any image you want since it is just a simple Webpage taking place of the ads.

Other Operating Systems

This script will work for other UNIX-like systems with some slight modifications. As long as you can install dnsmasq and a Webserver, it should work OK. The automated install is only for a clean install of a Debian family or Fedora based system, such as the Raspberry Pi. If there are other platforms you'd like supported, let us know.

Gravity

The gravity.sh does most of the magic. The script pulls in ad domains from many sources and compiles them into a single list of over 1.6 million entries (if you decide to use the mahakala list). This script is controlled by the pihole command. Please run pihole -h to see what commands can be run via pihole.

Web Interface

The Web interface will be installed automatically so you can view stats and change settings. You can find it at:

http://192.168.1.x/admin/index.php or http://pi.hole/admin

Pi-hole Advanced Stats Dashboard

Whitelist and blacklist

Domains can be whitelisted and blacklisted using either the web interface or the command line. See the wiki page for more details Whitelist editor in the Web interface

API

A basic read-only API can be accessed at /admin/api.php. It returns the following JSON:

{
    "domains_being_blocked": "136708",
    "dns_queries_today": "18108",
    "ads_blocked_today": "14648",
    "ads_percentage_today": "80.89"
}

The same output can be achieved on the CLI by running chronometer.sh -j

Real-time Statistics

You can view real-time stats via ssh or on an 2.8" LCD screen. This is accomplished via chronometer.sh. Pi-hole LCD

Pi-hole Projects

Coverage