All Projects → pi-hole → docs

pi-hole / docs

Licence: CC-BY-SA-4.0 license
The official Pi-hole documentation

Programming Languages

HTML
75241 projects

Projects that are alternatives of or similar to docs

Pihole adlist tool
An tool to analyse how your pihole adlists cover you browsing behavior
Stars: ✭ 222 (+94.74%)
Mutual labels:  pi-hole
k3s-pi-hole
Easy Deploy of Pi-hole to K3s on RPi 4B 🥧 🕳
Stars: ✭ 48 (-57.89%)
Mutual labels:  pi-hole
copernicus
A windows tray application for the Pi-Hole advertising-aware DNS/web server
Stars: ✭ 64 (-43.86%)
Mutual labels:  pi-hole
mifitxiaomipiholelist
MiFit/Xiaomi PiHole Bock List
Stars: ✭ 28 (-75.44%)
Mutual labels:  pi-hole
pihole-facebook
Facebook DNS Blocklist for Pihole
Stars: ✭ 96 (-15.79%)
Mutual labels:  pi-hole
unifi-pi-hole
A Pi-hole equivalent for the Unifi Security Gateway
Stars: ✭ 30 (-73.68%)
Mutual labels:  pi-hole
Whitelist
A simple tool to add commonly white listed domains to your Pi-Hole setup.
Stars: ✭ 3,033 (+2560.53%)
Mutual labels:  pi-hole
hosts
冷莫(trli)的规则唯一一个提供全球比较全的库Cold Mo (TRLI) rules is the only one to provide a global comparison of the library.
Stars: ✭ 4 (-96.49%)
Mutual labels:  pi-hole
PiHole
This contains an ever-growing list of domains to be blocked using the Pi-Hole ad-blocker.
Stars: ✭ 56 (-50.88%)
Mutual labels:  pi-hole
DoTH-DNS
Your server doth DNS the safe way if you use DoTH-DNS.
Stars: ✭ 26 (-77.19%)
Mutual labels:  pi-hole
porn-domains
A collection of domains used for explicit adult content like porn websites.
Stars: ✭ 97 (-14.91%)
Mutual labels:  pi-hole
blocklists
An opinionated collection of blocklists for RethinkDNS.
Stars: ✭ 50 (-56.14%)
Mutual labels:  pi-hole
anti-anti-AD
为什么不应使用antiAD去广告列表,以及选择更多优秀的替代品
Stars: ✭ 338 (+196.49%)
Mutual labels:  pi-hole
Anti Ad
致力于成为中文区命中率最高的广告过滤列表,实现精确的广告屏蔽和隐私保护。anti-AD现已支持AdGuardHome,dnsmasq, Surge,Pi-Hole,smartdns等网络组件。完全兼容常见的广告过滤工具所支持的各种广告过滤列表格式
Stars: ✭ 3,788 (+3222.81%)
Mutual labels:  pi-hole
terransible-wirehole
Wirehole (Wireguard, Pi-hole, Upbound) deployment on Free Tier Oracle Cloud or other providers leveraging Docker Containers and deployed using Terraform and Ansible.
Stars: ✭ 33 (-71.05%)
Mutual labels:  pi-hole
Balena Pihole
Pi-hole is a Linux network-level advertisement and Internet tracker blocking application.
Stars: ✭ 223 (+95.61%)
Mutual labels:  pi-hole
Filterlist-for-AdGuard-or-PiHole
A very aggressive filter-list that consolidates over 370 lists for use in AdGuard Home, Pi-Hole or similar.
Stars: ✭ 349 (+206.14%)
Mutual labels:  pi-hole
pi-hole-connect
Unofficial Android client for Pi-hole®
Stars: ✭ 38 (-66.67%)
Mutual labels:  pi-hole
pi-hole-android-private-dns
Script to auto-install & configure Android Private DNS For Pi-Hole
Stars: ✭ 61 (-46.49%)
Mutual labels:  pi-hole
no-amazon
Completely block Amazon and its services
Stars: ✭ 42 (-63.16%)
Mutual labels:  pi-hole

Pi-hole
Network-wide ad blocking via your own Linux hardware

The Pi-hole® is a DNS sinkhole that protects your devices from unwanted content, without installing any client-side software.

Documentation & User Guides

This repo is the source for the official Pi-hole documentation.

How to contribute

To add a new link on the navigation panel you need to edit the mkdocs.yml file in the root of the repo. There is a guide for building the navbar on the mkdocs wiki

To add a new document or guide.

  • Navigate to the directory where it will be hosted. E.g. guides are in docs/guides
  • Create the file using a URL friendly filename. E.g. docs/guides/url-friendly.md
  • Edit your document using Markdown, there are loads of resources available for the correct syntax.

Testing your changes

When working on this repo, it is advised that you review your changes locally before committing them. The mkdocs serve command can be used to live preview your changes (as you type) on your local machine.

Please make sure you fork the repo and change the clone URL in the example below for your fork:

  • Linux Mint / Ubuntu 18.04 LTS / 19.10 / 20.04 LTS:

    • Preparations (only required once):
    git clone https://github.com/YOUR-USERNAME/docs
    cd docs
    sudo apt install python3-pip
    pip3 install -r requirements.txt
    • Running the docs server:
    mkdocs serve --dev-addr 0.0.0.0:8000
  • Fedora Linux instructions (tested on Fedora Linux 28):

    • Preparations (only required once):
    git clone https://github.com/YOUR-USERNAME/docs
    cd docs
    pip install --user -r requirements.txt
    • Running the docs server:
    mkdocs serve --dev-addr 0.0.0.0:8000
  • Docker instructions:

    • One-shot run:
    docker run -v `pwd`:/opt/app/ -w /opt/app/ -p 8000:8000 -it nikolaik/python-nodejs:python3.7-nodejs16 \
      sh -c "pip install --user -r requirements.txt && \
      /root/.local/bin/mkdocs build && \
      npm ci && \
      npm test && \
      /root/.local/bin/mkdocs serve --dev-addr 0.0.0.0:8000"

After these commands, the current branch is accessible through your favorite browser at http://localhost:8000

Deploys by Netlify

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].