Skip to content

bogeholm/pidns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pi DNS

Set up your Raspberry Pi as an ad blocking DNS server, using Pi-Hole and Cloudflare DNS-over-HTTPS 🚀

Executive summary

This repo contains semi-manual steps for setting up a Raspberry Pi using Pi-Hole on your home network to block ads.

We'll use Cloudflare DNS-over-HTTPS for outgoing DNS requests, and transparently redirect all DNS requests to the Pi-Hole no matter which DNS server was requested.

This:

dig @8.8.8.8

Becomes this:

query log

🥂🍾

Contents

F.A.Q.

  • Q: Why not one big setup script? Why not use Ansible, Puppet, or Docker Compose, or ... ?
  • A: Too much hassle😃 I like setting up stuff like this, and I'll likely change something next time I need to do it anyway.

Acknowledgements

About

Configure DNS over HTTPS with cloudflared

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages