A deep dive into DNS SRV records and how they enable dynamic service discovery, load balancing, and failover in custom Go applications inspired by Kubernetes DNS and RFC 2782.
Posts for: #DNS
Self Hosting an Authoritative DNS Server for Your Domain
Learn how to self host an authoritative DNS server for your domain from home. This guide covers a lightweight setup using Go, basic configuration, testing with dig, and tips for DNS propagation and troubleshooting
Understanding Recursive DNS Resolution
This blog will give a view on how DNS works behind the scenes recursively.