no d inrogers
open-menu closeme
nav_home Home
nav_tags Tags
nav_categories Categories
nav_archives Archives
nav_about About
English Português
  • Pi-hole 6, DoH, and Docker

    calendar September 15, 2025 nav_categories Tech nav_categories Software nav_tags docker nav_tags pi-hole nav_tags pi-hole6 nav_tags pihole nav_tags pihole6 nav_tags doh nav_tags cloudflare nav_tags dns over https

    I recently upgraded both of my Pi-Holes to version 6.

    Not much to really write about, but there are some differences for some edge use cases, none of which impacted myself.

    I wanted to implement DNS over HTTPS (DoH), which adds an additional layer of security to your network.

    If you are running Pi-hole on a Unifi UDM, …

    Read More
  • Pi-hole 6, DoH, and Unifi

    calendar September 15, 2025 nav_categories Tech nav_categories Software nav_tags unifi nav_tags udm nav_tags udm pro nav_tags pi-hole nav_tags pi-hole6 nav_tags pihole nav_tags pihole6 nav_tags doh nav_tags cloudflare

    I recently upgraded both of my Pi-Holes to version 6.

    Not much to really write about, but there are some differences for some edge use cases, none of which impacted myself.

    I wanted to implement DNS over HTTPS (DoH), which adds an additional layer of security to your network.

    If you are running Pi-hole in Docker, see …

    Read More
  • Sync multiple Pi-Holes with Orbital Sync

    calendar January 2, 2024 nav_categories Tech nav_categories Software nav_tags docker nav_tags pi-hole nav_tags pihole

    Why multiple Pi-holes and keeping them in sync

    For redundancy, I run two Pi-hole instances on two different hardware devices.

    Out of the box, making a change on one Pi-hole means logging into the other Pi-hole and making the same change, so the Pi-Hole instances return the same results.

    Not an ideal situation, in case …

    Read More
  • Pi-hole admin page redirect failure

    calendar November 15, 2023 nav_categories Tech nav_categories Software nav_tags docker nav_tags pi-hole nav_tags pihole

    Pi-hole admin page redirect failure

    I run two Pi-hole instances for redundancy, on two different hardware devices.

    I ran into a small, but annoying, issue when trying to access the web admin page.

    When accessing the admin web page, Pi-hole should redirect / to /admin, but it wasn't on just one of my Pi-hole instances. …

    Read More
  • Running Pi-hole on a UDM Pro

    calendar March 31, 2022 nav_categories Tech nav_categories Software nav_tags container nav_tags podman nav_tags pihole nav_tags dns nav_tags networking nav_tags udm nav_tags udm pro

    I have a Pi-hole Docker container running on my NAS, but DNS functionality is too important to have a single point of failure.

    If something were to happen to my NAS, my home network would have no DNS resolution, which brings the network to it's knees.

    I had been using a Raspberry Pi as my second DNS server, running …

    Read More
  • Upgrading a Pi-hole Docker container

    calendar March 25, 2022 nav_categories Tech nav_categories Software nav_tags docker nav_tags pihole nav_tags dns

    Upgrading Pi-hole is easy:

    pihole -up

    However, this doesn't work if you're running a Docker container.

    docker exec -it pihole pihole -up
    Function not supported in Docker images
    

    To get Pi-hole Docker container upgraded, you have to force Docker to pull the latest Pi-hole version and redeploy the container.

    docker pull …

    Read More
    • ««
    • «
    • 1
    • 2
    • »
    • »»

©2019 -   |  www.nodinrogers.com
Powered by Hugo and based off of the Hugo Clarity theme

to-top