How do you protect non-HTTP services with the same rigor as your website?
Gaming servers, SSH bastions, IMAP/SMTP relays, MQTT brokers, financial-trading endpoints, custom binary protocols — none of these speak HTTP, so a regular CDN/WAF doesn't help. They sit on public IPs absorbing DDoS, exposing their real addresses to attackers, and giving you little ability to apply security policy without a network appliance per protocol.
How it fits together
Diagram coming soon
Architecture diagram for this solution will be added here.
How Cloudflare solves it
- Reverse proxy for any TCP/UDP. Bring your service behind Cloudflare by mapping a port to your origin. Cloudflare terminates the connection at the edge and proxies clean traffic back. Works for HTTP, but also SSH, FTP, IMAP/SMTP, IRC, RTMP, MQTT, MySQL, Postgres, gaming protocols, and anything else.
- L3/L4 DDoS protection on every port. Volumetric and protocol-level attacks against any port get the same always-on mitigation as Cloudflare's HTTP traffic. SYN floods, UDP amplification, GRE floods, slow-loris — all dropped at the edge.
- Origin IP cloaking. Your true origin IP is hidden behind Cloudflare's anycast IPs. Attackers see only Cloudflare; even if they enumerate every port, your actual infrastructure stays masked.
- TLS termination at the edge. Cloudflare can terminate TLS for your TCP services, manage certs, and forward decrypted (or re-encrypted) traffic to your origin. One less cert renewal to manage per service.
- Anycast routing for gaming & voice. Players, callers, and devices connect to the nearest Cloudflare PoP and traffic crosses the backbone — meaningful latency improvements for global services where every millisecond matters.
Common questions
Do I need to use Cloudflare DNS to use Spectrum?
How is this different from Magic Transit?
Can I use Spectrum for SSH or RDP without exposing them to the internet at all?
Does Spectrum break protocols that need the client's real IP?
Try it live
Demo coming soon
An interactive demo for Spectrum is being built. In the meantime, check the "Dive Deeper" section below for the official docs and product blogs.