How to increase custom domain?
cbhasib
HOBBYOP

6 months ago

I can see that a service can use upto 2 custom (20 for pro) domain. But I need to use multiples (its can be unlimited). But how can i increase this soft limit?

I made a saas that usages custom domain for each user. (i am still in staging phase).

How can i get the limit? also what will be the most limit if you increase?

$10 Bounty

14 Replies

Railway
BOT

6 months ago

Hey there! We've found the following might help you get unblocked faster:

If you find the answer from one of these, please let us know by solving the thread!


brody
EMPLOYEE

6 months ago

Hello,

You would want to manage domains through Cloudflare as we cannot offer unlimited domains.

Best,

Brody


Status changed to Awaiting User Response Railway 6 months ago


brody

Hello,You would want to manage domains through Cloudflare as we cannot offer unlimited domains.Best,Brody

cbhasib
HOBBYOP

6 months ago

how could i? do you have any resource for that? I am happy to do that also


Status changed to Awaiting Railway Response Railway 6 months ago


cbhasib
HOBBYOP

6 months ago

For each custom domain railway gives different CNAME/A record for add. So how can i Add multiple domain for single service (using cloudflare)?


brody
EMPLOYEE

6 months ago

I'm sorry, but we cannot provide assistance with or support for third-party services or platforms.


Status changed to Awaiting User Response Railway 6 months ago


cbhasib
HOBBYOP

6 months ago

IF you could just let me know which will be the value for using domain pointing to my servie? that will be very helpful for me. Thanks


Status changed to Awaiting Railway Response Railway 6 months ago


brody
EMPLOYEE

6 months ago

This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.

Status changed to Open brody 6 months ago


cbhasib
HOBBYOP

6 months ago

if you could give me the idea regarding the cname rec or the dns? thanks


uxuz
MODERATOR

6 months ago

Hey, you may want to look into wildcard domains.


uxuz

Hey, you may want to look into wildcard domains.

cbhasib
HOBBYOP

6 months ago

Basically i need to point a service from multiple domain. such as abc.com, xyz.com, gg.abc.com and so on


cbhasib

Basically i need to point a service from multiple domain. such as abc.com, xyz.com, gg.abc.com and so on

uxuz
MODERATOR

6 months ago

Hey, may I know what you want to achieve? You may be able to achieve what you want with a combination of CNAME records and wildcard domains.


uxuz

Hey, may I know what you want to achieve? You may be able to achieve what you want with a combination of CNAME records and wildcard domains.

cbhasib
HOBBYOP

6 months ago

Basically I am making a SaaS that will run on a single service but customer can add their own custom domain to access that service. (Again it will always serve from same service. Based on host/domain the content will be different) So i need to add multiple domain for that service, currently Railway only gives 2 on hobby and 20 for pro. but as I said its a Saas so i need more domains to be added in my single service.

Hope you understand the situation


cbhasib

Basically I am making a SaaS that will run on a single service but customer can add their own custom domain to access that service. (Again it will always serve from same service. Based on host/domain the content will be different) So i need to add multiple domain for that service, currently Railway only gives 2 on hobby and 20 for pro. but as I said its a Saas so i need more domains to be added in my single service.Hope you understand the situation

uxuz
MODERATOR

6 months ago

Although I have never tried it in practice, but shouldn't it technically be possible with CNAME records? For example, we have two domains called example1.com and example2.com, they both have a CNAME record (using Cloudflare's CNAME flattening since they are apex domains) set to main.com, visiting either of the two domains will lead to main.com's content (the server behind main.com can also differentiate between example1.com and example2.com by looking up the Host header and serve different things depending on that). Also, don't forget all the other things you now need to manage, such as the certificate of every domain.


uxuz

Although I have never tried it in practice, but shouldn't it technically be possible with CNAME records? For example, we have two domains called example1.com and example2.com, they both have a CNAME record (using Cloudflare's CNAME flattening since they are apex domains) set to main.com, visiting either of the two domains will lead to main.com's content (the server behind main.com can also differentiate between example1.com and example2.com by looking up the Host header and serve different things depending on that). Also, don't forget all the other things you now need to manage, such as the certificate of every domain.

cbhasib
HOBBYOP

6 months ago

I tried with this. But its getting error: "CNAME Cross-User Banned"


cbhasib

I tried with this. But its getting error: "CNAME Cross-User Banned"

uxuz
MODERATOR

6 months ago


Loading...