Skip to content
Portfolio

Cloudflare DNS & Edge Routing

Instead of pointing domains directly to the Hetzner server’s public IP, Cloudflare is utilized as a reverse proxy at the edge. This provides DDoS protection, global CDN caching, and strict DNS management.

  • pablorosi.dev (Primary Portfolio)
  • docs.pablorosi.dev (Starlight Documentation)
  • pablorosi.com (Legacy Domain - Redirected)
  • docs.pablorosi.com (Legacy Domain - Redirected)

All primary A records and CNAMEs are proxied through Cloudflare (the “Orange Cloud”).

TypeNameContentProxy Status
A@[Hetzner IP]Proxied
CNAMEdocspablorosi.devProxied

To maintain SEO and user experience, traffic from the .com domain is aggressively forwarded to the .dev domain at the edge, meaning the Hetzner server never has to process these requests.

  • URL Match: *pablorosi.com/*
  • Forwarding URL: 301 - Permanent Redirect
  • Destination: https://pablorosi.dev/$1

Now that the DNS is configured and edge caching is active, the traffic is directed to the Hetzner server’s public IP.

Proceed to Cloud Firewall & Zero Trust to see how this incoming traffic is strictly filtered at the network layer before it is allowed to reach the operating system.