Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Auth0 B2B Essentials: SSO, MFA, and RBAC Built In
Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.
Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
Value Added OpenVPN over SNI via SNI injection SSL/TLS Tunnel
How It Works
[Android Device]
│
│ OpenVPN TCP/UDP
▼
[SNI Tunnel Client] ← Wraps traffic in SSL + injects fake SNI
│
│ Looks like: HTTPS → microsoft.com ✓
▼
[ISP Firewall] ← Passes through — sees only valid HTTPS
│
▼
[VPS Server] ← Decrypts TLS, recovers OpenVPN traffic
│
▼
[OpenVPN Server] ← Receives native OpenVPN traffic
│
▼
Internet
The core trick is SNI injection: the tunnel client inserts a trusted domain name (e.g. microsoft.com) into the TLS handshake. The ISP sees what appears to be a standard HTTPS connection and allows it through. The VPS server on the other end strips the SSL wrapper and forwards the real OpenVPN packets to the OpenVPN server.
Value Added Warp over SNI via SNI injection SSL/TLS Tunnel
How It Works
[Android Device]
│
│ WireGuard UDP
▼
[SNI Tunnel Client] ← Wraps UDP in TLS/ssl + injects fake SNI
│
│ Looks like: HTTPS → microsoft.com ✓
▼
[ISP Firewall] ← Passes through — sees only valid HTTPS
│
▼
[VPS Server] ← Decrypts TLS, recovers WireGuard UDP
│
▼
[Cloudflare Warp] ← Receives native WireGuard traffic
│
▼
Internet
The core trick is SNI injection: the tunnel client inserts a trusted domain name (e.g. microsoft.com) into the TLS handshake. The ISP sees what appears to be a standard HTTPS connection and allows it through. The VPS server on the other end strips the TLS wrapper and forwards the real WireGuard packets to Cloudflare.