Skip to content

Latest commit

 

History

History
60 lines (36 loc) · 1.8 KB

README.md

File metadata and controls

60 lines (36 loc) · 1.8 KB

Services: Pi-Hole

Index

Summary

This deployment will set up Pi-Hole.

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

pihole_overview

Requirements

  1. This deployment depends on nfs-server deployment.

Update the file deploy-pihole.yml.j2, line 117, with your Timezone.

- name: TZ
  value: "Australia/Brisbane"

Update the file secret-pihole.yml.j2, line 8, with preferred password.

data:
  webpwd: "abc" # echo -n "original-key" | base64

pihole-diagram

How to use Pi-Hole DNS Server on your routers

On your router, you've to set the DNS primary server to the Pi-hole IP address.

example: How to use Pi-Hole DNS Server on TP-Link routers

Access the Pi-hole dashboard

Open the web broswer and go to http://ip_node_01:8000/admin, where the ip_node_01 is the IP Address setup in the file deploy.pihole.yml.j2 line 161

Click on log-in and enter your password. You should now be in the Pi-hole admin panel

pihole-dashboard

Documentations

Install

Post-Install

Avoid The Hack: The Best Pi-Hole Blocklists (2023)