A practical guide to building a peer-to-peer VPN tunnel on Windows using Wintun, UDP hole punching, and a STUN server — exploring how Tailscale works under the hood.
Posts for: #Networking
Building DNS-Based Service Discovery in Go Using SRV Records (Inspired by Kubernetes)
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.