Hybrid (site.ip) vs Zero Trust (site.zt) โ Both using Cloudflare
| Feature | Arch 1 โ Hybrid | Arch 2 โ Zero Trust |
|---|---|---|
| Cloudflare | โ Proxied (DNS A) | โ Tunnel (CNAME) |
| DNS Record | A โ Public ISP IP | CNAME โ *.cfargotunnel.com |
| Port Forwarding | 80/443 open in router | Zero โ router fully closed |
| ISP IP Visibility | Exposed (required in A Record) | 100% Hidden โ not in DNS |
| ISP IP Changes | Site offline โ manual A Record update | Auto-healing tunnel โ zero intervention |
| DDoS Attack | Router exposed if CF is bypassed | Blocked at CF edge, router invisible |
| Connection Type | Outside-In (ports mandatory) | Inside-Out (cloudflared initiates) |
| Internal Proxy | CyberPanel Reverse Proxy | cloudflared directly in container |
| Scalability | Tied to ISP static IP | Independent of ISP / IP |