no d inrogers
open-menu closeme
nav_home Home
nav_tags Tags
nav_categories Categories
nav_archives Archives
nav_about About
English Português
  • 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
  • Pi-hole running in a Docker container

    calendar February 23, 2021 nav_categories Tech nav_categories Software nav_tags docker nav_tags linux nav_tags pi-hole nav_tags pihole nav_tags ubuntu

    I was on my mobile, looking up a few recipes, I was amazed at the number of intrusive ads I was getting, which made reading the web pages almost impossible.

    Decided it was time to investigate Pi-hole, as I'd heard good things about it.

    The Pi-hole is a DNS sinkhole that protects your devices from unwanted content, …

    Read More

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

to-top