From dcfb172704f3afb68a30425029ec834be2883274 Mon Sep 17 00:00:00 2001 From: bt Date: Sat, 8 Jun 2024 13:22:19 -0400 Subject: More content porting, on-going markdown changes for lowdown support --- build/pihole-cloudflare/index.html | 43 ++++++++++++++++++++++++-------------- 1 file changed, 27 insertions(+), 16 deletions(-) (limited to 'build/pihole-cloudflare/index.html') diff --git a/build/pihole-cloudflare/index.html b/build/pihole-cloudflare/index.html index b7b6282..38a5e8a 100644 --- a/build/pihole-cloudflare/index.html +++ b/build/pihole-cloudflare/index.html @@ -1,46 +1,57 @@ - + Setting Up 1.1.1.1 for Families on a Pi-Hole - - + + +
-

Setting Up 1.1.1.1 for Families on a Pi-Hole

+

Setting Up 1.1.1.1 for Families on a Pi-Hole

+

2021-10-28

-

After seeing Cloudflare's 1.1.1.1 for Families mentioned on the front page of HackerNews, I thought it might be helpful to show those currently using a pi-hole device how to include 1.1.1.1 alongside it.

-

Keeping Things Updated

+ +

After seeing Cloudflare’s 1.1.1.1 for Families mentioned on the front page of HackerNews, I thought it might be helpful to show those currently using a pi-hole device how to include 1.1.1.1 alongside it.

+ +

Keeping Things Updated

+

It should go without saying that you should be running the latest stable pi-hole version for security and full feature support. To do so, simply ssh into your device (or connect to it directly if you prefer) and run the following to check your pi-hole version:

+
pihole -v
 
+

And if your version is out of date, run:

+
pihole -up
 
+

Once it completes the update everything will be good to go!

-

Adding 1.1.1.1 (1.1.1.2)

+ +

Adding 1.1.1.1 (1.1.1.2)

+

Now you need to navigate to your main pi-hole admin in your browser (most likely the url will be pi.hole). Login in using your credentials and the do the following steps:

+
    -
  1. Navigate to Settings
  2. -
  3. Navigate to DNS
  4. -
  5. Under "Upstream DNS Servers" enter:
  6. +
  7. Navigate to Settings

  8. +
  9. Navigate to DNS

  10. +
  11. Under “Upstream DNS Servers” enter:

+ -

- PiHole setup admin dashboard -
PiHole DNS settings (link to hi-res image)
-

-

Ad-Block & Malware Protection

+ +

Ad-Block & Malware Protection

+

You now officially have protection against both intrusive advertisements and sites flagged with malware. Happy (and now safer) browsing!