no d inrogers
open-menu closeme
nav_home Home
nav_tags Tags
nav_categories Categories
nav_archives Archives
nav_about About
English Português
  • Capturing DNS rcodes using tcpdump

    calendar August 8, 2022 nav_categories Tech nav_categories Networking nav_tags tcpdump nav_tags packet capture nav_tags dns nav_tags rcode nav_tags dns rcode

    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
  • Certbot with Cloudflare DNS using DNS-01 challenge in Docker

    calendar March 10, 2022 nav_categories Tech nav_categories Networking nav_tags dns nav_tags cloudflare nav_tags certbot nav_tags letsencrypt nav_tags docker nav_tags dns-01 challenge

    Let's Encrypt will issue you free SSL certificates, but you have to verify you control the domain, before they issue the certificates.

    The 2 major ways of proving control over the domain:

    1. Create a specific page on your webserver that they can reach.
    2. Create a temporary DNS TXT record.

    I went with option #2, as my web …

    Read More
  • Using Cloudflare as a DDNS with UniFi

    calendar March 1, 2022 nav_categories Tech nav_categories Networking nav_tags cloudflare nav_tags dns nav_tags ddns nav_tags unifi nav_tags ubiquiti nav_tags udm nav_tags udm pro

    Configuring a Dynamic Domain Name Service (DDNS) on Ubiquiti's UniFi network manager is easy, if you use on of the configured providers that show up in the drop-down service.

    I'd been using No-IP for a number of years, but decided to switch to Cloudflare as it was free, and given Cloudflare's reputation, reliable. …

    Read More

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

to-top