Network
Pick a PoP explicitly, or let edge.vertexcdn.top resolve by GeoDNS. The HTTP/3 data plane lives on quic.vertexcdn.top.
Amsterdam
nl1.vertexcdn.topoperationalFrankfurt
de1.vertexcdn.topoperationalWarsaw
pl1.vertexcdn.topoperationalAshburn
us1.vertexcdn.topoperationalHelsinki
fi1.vertexcdn.topoperationalStockholm
se1.vertexcdn.topoperationalQuick start
Point a CNAME at the edge, set your origin, done. Free up to 100 GB/month.
$ dig +short assets.example.com
edge.vertexcdn.top.
$ curl -sI --http3 https://assets.example.com/app.7f3a.js
HTTP/3 200
content-type: application/javascript
cache-control: public, max-age=31536000, immutable
x-cache: HIT
alt-svc: h3=":443"; ma=86400
What you get
HTTP/3 & HTTP/2
QUIC negotiated per request, graceful fallback to h2 where UDP is blocked. 0-RTT resumption on by default.
Caching
We honour your Cache-Control and don't rewrite it. Origin shield collapses concurrent misses into one pull.
TLS
ACME certificates, OCSP stapling, bring-your-own PEM. TLS 1.2/1.3 only.