For the complete documentation index, see llms.txt. This page is also available as Markdown.

Custom Domain

Configure your domain for your Discloud hosted application.

🧭 Overview

You can map your own domain (e.g. yourdomain.com) or a subdomain (e.g. dash.yourdomain.com) to an application hosted on Discloud. The platform serves traffic through your app's Discloud subdomain using two A records pointing to our IPv4 addresses and validates ownership via TXT records.

Custom domain flow diagram

📋 Requirements


🏗️ Add Your Domain (Dashboard)

1

Open the Discloud DashboardDomains section.

2

Enter your domain (e.g. yourdomain.com). Optionally specify a subdomain (e.g. dash).

3

Click + Add domain, enter your domain, then click See DNS to view the records you need to configure.

List of A records showing 75.2.96.173 and 99.83.186.151

✅ Verify & Configure DNS

Although any DNS provider works, below are tabbed scenarios for clarity.

Records

Type
Name
Value

A

@ (or provider root)

75.2.96.173

A

@ (or provider root)

99.83.186.151

Cloudflare Proxy

Cloudflare dashboard showing DNS Only (Grey Cloud) for A records

🔄 Rebuild the App

After DNS resolves and tokens validate, open the linked app and trigger Rebuild so the binding becomes active.

App list showing custom domain

📡 DNS Propagation

  • DNS changes typically propagate within a few minutes.

  • However, TTL values and resolver cache may cause some delays.

  • To verify changes worldwide, check dnschecker.org

  • If some POPs still display old records, wait and re-check later.

Last updated