---
title: "Multiple Custom Domains, Windows Support, and Hotlinks"
date: 2021-05-14T14:00:00.000-07:00
number: 0029
url: https://railway.com/changelog/2021-05-14
---

# Multiple Custom Domains, Windows Support, and Hotlinks

## Multiple Custom Domains

You can now add multiple custom domains to a project! The domains tab has also been completely redesigned to be more intuitive and helpful. After adding a domain, we'll automatically verify your DNS configuration and provision a Let's Encrypt SSL certificate.

[Image: Untitled]

## Windows Support

Courtesy of one of our users, the CLI now functions on Windows!

[Image: Untitled]

It was actually completed in less than 2h, which is insanity. Keep on the lookout for more of these!

Anyways, windows support is available on versions ≥ 0.2.19.

## Hotlinks

We've created hotlinks for everything you can create on Railway. This means you can navigate over to any of the following:

- dev.new : New Project
- dev.new/team : New Team
- dev.new/github : Deploy from github
- dev.new/[plugin] : Deploy a plugin (e.g. /new/redis)
- dev.new/template : Deploy a template/starter

And we'll jump straight into that flow. We really thought there couldn't be any faster way for us to provision infrastructure, but the only thing faster than 1-click, is 0-clicks.

Additionally, we created and open sourced a little tool for generating [open graph](https://ogp.me/) images for our starters and docs. It is based on the awesome [generator by Vercel](https://github.com/vercel/og-image), but extended to support multiple layouts as well as allow you to write the images with JSX.

The generator is live at [og.railway.app](http://og.railway.app/) and open source [on Github](https://github.com/railwayapp/og-generator) and even has a Deploy on Railway button so you can customize and host a version yourself.

[Video: Untitled]

## Blog and Starters

We published a new blog post this week about how to self-host your own website analytics! Check it out at [blog.railway.app/p/self-hosted-website-analytics](https://blog.railway.app/p/self-hosted-website-analytics).

We also have some new starters

- [Ackee](https://github.com/railwayapp/starters/tree/master/examples/ackee)
- [Gin](https://github.com/railwayapp/starters/tree/master/examples/gin)

## Various Fixes

- **Improvement:** Added keybindings for metrics
- **Improvement:** Added Search for Starters (Includes tags now)
- **Improvement:** Provisions/Removal of containers now occur as toasts/async
- **Bug Fix:** Environment Dropdown CSS polished
- **Bug Fix:** Fixed a bug with the Vercel integration where account id would be sometimes nil for incompleted integrations
- **Bug Fix:** You can now delete ephemeral environments from the UI
- **Bug Fix:** Fixed an issue in the builder which caused some jobs to be "stuck" due to logfiles already being created
- **Bug Fix:** Resize observer polyfill such that the console won't spew resize errors on screen resize for specific browsers