4d9fb57e22
Try to let the user know in two sentences what Pi-hole can do for them. Also, linked to Discourse hw/sw requirements. fixed DO referral code. |
||
---|---|---|
.github | ||
.idea | ||
advanced | ||
automated install | ||
block hulu ads | ||
test | ||
.gitattributes | ||
.gitignore | ||
.pullapprove.yml | ||
.travis.yml | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
adlists.default | ||
autotest | ||
gravity.sh | ||
pihole | ||
requirements.txt |
README.md
The multi-platform, network-wide ad blocker
Block ads for all your devices without the need to install client-side software. Because Pi-hole blocks ads the DNS-level, ads can be blocked in non-traditional places such as in apps or on smart TVs.
Automated Install
- Install a supported operating system
- 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 Is Free, But Powered By Your Donations
Send a one-time donation using our links below to help us with a small portion of our monthly costs.
- : Donate
- : 1GKnevUnVaQM2pQieMyeHkpr8DXfkpfAtL
Get Help Or Connect With Us On The Web
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
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
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 Projects
- Pi-hole stats in your Mac's menu bar
- Get LED alerts for each blocked ad
- Pi-hole on Ubuntu 14.04 on VirtualBox
- Docker Pi-hole container (x86 and ARM)
- Splunk: Pi-hole Visualizser
- Pi-hole Chrome extension (open source)
- Go Bananas for CHiP-hole ad blocking
- Sky-Hole
- Pi-hole in the Cloud!
- unRaid-hole--Repo and more info
- Pi-hole on/off button
- Minibian Pi-hole
- Windows Tray Stat Application
- Let your blink1 device blink when Pi-hole filters ads
- Pi-Hole Prometheus exporter : a Prometheus exporter for Pi-Hole
Coverage
- Adafruit livestream install
- TekThing: 5 fun, easy projects for a Raspberry Pi
- Pi-hole on Adafruit's blog
- The Defrag Show - MSDN/Channel 9
- MacObserver Podcast 585
- Medium: Block All Ads For $53
- MakeUseOf: Adblock Everywhere, The Pi-hole Way
- Lifehacker: Turn Your Pi Into An Ad Blocker With A Single Command!
- Pi-hole on TekThing
- Pi-hole on Security Now! Podcast
- Foolish Tech Show
- Pi-hole on Ubuntu
- Catchpoint: iOS 9 Ad Blocking