VLONEEdge
Network

Where the bytes actually live

Three anycast sites carry the fabric today. Each one terminates TLS locally, keeps a memory tier plus an NVMe tier, and peers directly with the transit mix listed below.

CodeCityCountryCapacityMedian RTTStatus
Loading edge inventory…

Anycast routing

A single address is announced from every site. BGP picks the closest healthy PoP, and drains are a routing change rather than a DNS change - no TTL to wait out.

Tiered cache

Edge RAM absorbs the hot set. Misses fall through to a local NVMe tier, then to the shield PoP, and only then to your origin.

Transit & peering

Blended transit at each site with direct sessions at LINX and AMS-IX, so UK and Benelux eyeball traffic stays one AS hop away.

Per-site profile

SiteFacility typeMemory tierNVMe tierUplinkRole
LON1Carrier-neutral colo192 GB7.6 TB2 × 25GShield + edge
MAN1Carrier-neutral colo96 GB3.8 TB2 × 10GEdge
AMS1Carrier-neutral colo128 GB7.6 TB2 × 25GEdge + overflow

Capacity figures describe provisioned hardware per site, not a contractual commitment.

Health checks

Every site answers an unauthenticated liveness probe. Point your own monitoring at it if you want an independent signal.

health
$ curl -s https://cdnuk.vlone.cloud/api/v1/health
{
  "status": "ok",
  "pop": "LON1",
  "uptime_s": 918442
}