Skip to main content
← All Comparisons

LayerV vs Cloudflare Access

Zero Network Presence vs Proxied Access Control

Cloudflare Access is part of Cloudflare's Zero Trust platform. It authenticates users at Cloudflare's edge before proxying requests to your origin server. LayerV takes a different approach: instead of proxying traffic to a visible origin, LayerV makes the origin itself invisible.

Architectural Difference

Cloudflare Access operates as a reverse proxy. Your origin server must have a public IP address and be reachable from Cloudflare's network. While Cloudflare authenticates users at the edge and only forwards authorized requests, the origin itself remains discoverable through multiple vectors: certificate transparency logs, historical DNS records, direct IP scanning, and IPv6 enumeration. Sophisticated attackers routinely bypass proxy-based protections by discovering origin IPs. Tools like Censys, SecurityTrails, and even simple Google dorking can reveal origins hidden behind Cloudflare. LayerV removes the origin from the internet entirely. There is no IP to find, no certificate to enumerate, no historical DNS record to discover. The origin responds to zero traffic until a valid qURL initiates a cryptographic authentication handshake. This is not access control — it's infrastructure hiding.

Feature Comparison

FeatureLayerVCloudflare Access
Security modelInfrastructure invisibility — origin has no network presenceReverse proxy — authenticates at edge, forwards to visible origin
Origin exposureZero — origin is invisible and unreachableOrigin IP exists and can be discovered via CT logs, DNS history, IP scanning
DDoS protectionInherent — can't DDoS what you can't findStrong — Cloudflare's core competency, but only for traffic through their proxy
CDN / PerformanceNot included (security focus)Integrated CDN, edge caching, Argo Smart Routing
Protocol layerLayer 3/4 (network)Layer 7 (application)
Access credentialsEphemeral qURLs with configurable expirationJWT tokens with configurable session duration
DeploymentDNS change (proxy mode) — no agent requiredDNS change to Cloudflare + Tunnel connector or direct connection
PricingFree sandbox tier (500 qURLs/month), Growth at $299/monthFree tier (50 users), then per-user pricing

When to Choose

Choose Cloudflare Access

Choose Cloudflare Access if you need DDoS protection, CDN caching, and access control in a single platform — especially for applications that are partly public-facing. Cloudflare Access is excellent for protecting web applications where the origin needs to be accessible from Cloudflare's network and you want the performance benefits of their global edge network.

Choose LayerV

Choose LayerV if the origin itself should not exist on the internet. LayerV is the better choice for internal applications, admin panels, APIs, and infrastructure where any visibility is a risk. If your threat model includes origin discovery attacks, certificate transparency enumeration, or direct IP targeting, LayerV eliminates these vectors entirely by removing the origin from the internet.

Frequently Asked Questions

Can attackers bypass Cloudflare Access to reach the origin directly?

If they can discover the origin IP, yes. Certificate transparency logs, historical DNS records, and IP scanning are common techniques. Cloudflare Tunnels (cloudflared) mitigate this by removing the need for a public IP, but the tunnel agent itself has network presence. LayerV eliminates this vector entirely — there is no origin to discover.

Does LayerV provide CDN or DDoS protection?

LayerV doesn't provide CDN caching, but it provides inherent DDoS protection — you can't DDoS infrastructure that has no network presence. For resources that need both CDN performance and hiding, you could use Cloudflare for public content and LayerV for internal infrastructure.

How do Cloudflare Tunnels compare to LayerV?

Cloudflare Tunnels (cloudflared) remove the need for a public origin IP by creating an outbound connection to Cloudflare's edge. This is a significant improvement over standard Access. However, the tunnel agent has network presence on the local network, and the architecture still relies on Cloudflare's proxy for all traffic. LayerV hides infrastructure at the network layer — no agents with network presence, no proxy dependency for the hiding mechanism.

See LayerV in Action

Try the qURL Playground — no signup required.