By default, OutRay assigns a random subdomain each time you start a tunnel. Custom domains let you use a domain you own — for example,Documentation Index
Fetch the complete documentation index at: https://mintlify.com/outray-tunnel/outray/llms.txt
Use this file to discover all available pages before exploring further.
tunnel.yourcompany.com — giving you a stable, branded URL that never changes between sessions.
Add a custom domain
Open the Domains section
In the OutRay dashboard, navigate to Domains in the left sidebar. Click Add Domain.
Enter your domain
Type the full hostname you want to use (e.g.,
tunnel.yourcompany.com) and confirm.Create a CNAME record
In your DNS provider, create a CNAME record for the hostname pointing to:The exact steps vary by provider, but the record should look like this:
| Type | Name | Value |
|---|---|---|
| CNAME | tunnel.yourcompany.com | edge.outray.app |
Use a custom domain in the CLI
Pass the--domain flag when starting a tunnel:
https://tunnel.yourcompany.com.
Use a custom domain in config.toml
To make the domain permanent for a tunnel, add it to youroutray/config.toml:
Custom domains are scoped to the organization that verified them. All members of the organization can use the domain with their own tunnels.