Coder Social home page Coder Social logo

pidns's Introduction

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

pidns's People

Contributors

bogeholm avatar

Watchers

 avatar

pidns's Issues

Update documentation

Should include:

  • USG setup w/ screenshots where applicable
  • Pihole setup w/ screenshots where applicable
  • Testing of alternate DNS if Pihole is down

Update WiFi obtainment method

ubuntu@ubuntu$ cat /etc/netplan/50-cloud-init.yaml 
...
network:
    ethernets:
        eth0:
            dhcp4: true
            optional: true
    version: 2
    wifis:
        wlan0:
            optional: true
            access-points:
                "{{WiFi SSID}}":
                    password: "{{WiFi Passphrase}}"
            dhcp4: true

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.