> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/system-settings/custom-domain/registro.br-dns.md).

# Registro.br DNS

<figure><img src="/files/75339b139dedac46186083aa65f5c2236c2a83fd" alt=""><figcaption></figcaption></figure>

### Introduction

Registering a custom domain is a crucial step to establishing a professional online presence. Registro.br is the entity responsible for managing ".br" domains in Brazil. If you have a domain registered with Registro.br and want to connect it to SprintHub, it is essential to understand how to correctly configure the DNS records, specifically the CNAME (Canonical Name Record). This article guides you through the process step by step.

### Step by Step: Connecting the domain to SprintHub

**Step by Step: Connecting the Domain to SprintHub**

**Access the Registro.br Account**

* First, log in to your Registro.br account ([Registro.br Login](https://registro.br/)).

<figure><img src="/files/79b06393332b31de3ba7e8f098fcdf11238fc7db" alt=""><figcaption></figcaption></figure>

* On the home page, you will see the list of domains you own. Click on the domain you want to connect to SprintHub.

<figure><img src="/files/5981956562989bfe8e62656ba8dc87be84233195" alt=""><figcaption></figcaption></figure>

**Manage DNS**

* After selecting the domain, scroll down the page until you find the DNS area.

<figure><img src="/files/2d7a249ca051ec0281684ebc8551f4e6e4415614" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/16d4186c740082894cbdb1bb6f5c8d920e011408" alt=""><figcaption></figcaption></figure>

* If your DNS is correct, you can click the option to configure redirection.

{% hint style="danger" %}
It is necessary to have the pointing to Registro.br's servers themselves; otherwise the redirection button will not appear.
{% endhint %}

* In the configuration section, click "Advanced mode"

<figure><img src="/files/4a7ddddb3537a3853d26c7b7233ff6bd81b9e02c" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/b7c3cac28eb215d7c9ddbfffe52de2930a9fae6f" alt=""><figcaption></figcaption></figure>

* When accessing, the following screen will appear:

<figure><img src="/files/2b2fe3e54b79d06b5a1b3e901182046935509c50" alt=""><figcaption></figcaption></figure>

* Click "New entry" and as soon as the selector opens, change the type to "CNAME"

<figure><img src="/files/a9a4135eff27f9fa62569c0b94772685c5191c76" alt=""><figcaption></figcaption></figure>

* In the "Name" field, enter the subdomain you want to point. For example, if you want "[www.yourdomain.com.br](http://www.seudominio.com.br)" to point to SprintHub, enter "www".
* In the "Destination" field, enter "sh.sprinthub.site".

1. **Save Settings**
   * After entering the information, save the changes.
   * Wait for the DNS changes to propagate, which can take from a few minutes up to 48 hours.

**Verification and Completion**

After configuring the CNAME record, it is important to verify whether the connection was successful. You can do this using online DNS checking tools such as "MXToolbox" or simply by trying to access the configured subdomain in a browser.

{% embed url="<https://mxtoolbox.com/>" %}

And it is necessary to finalize the settings within SprintHub; follow the article below to learn more:

{% embed url="<https://docs.sprinthub.com/topicos/configuracoes/dominio-customizado>" %}

### Update 08/31/24

{% hint style="info" %}
It is also necessary to perform the pointing for AWS validation.
{% endhint %}

<figure><img src="/files/aaa7a7ba2beb4e39ba94a410f1fc431fd2f23a18" alt=""><figcaption></figcaption></figure>

* **Instructions**:
  1. Access your domain's DNS records.
  2. Add a new record in the DNS settings by selecting CNAME as the record type.
  3. Go back to the first window, copy the content of the "Label / Host" field.
  4. Paste the copied content into the "Label or Host" field of your DNS records.
  5. Return to the first window and copy the content of the "Destination / Target" field.
  6. Paste the copied content into the "Destination or Target" field of your DNS records.
* **Verification CNAME Record**:
  * **Record Type**: CNAME
  * **Record Name "Label / Host"**: A generated value appears (a unique alphanumeric code).
  * **Value "Destination / Target"**: A specific generated value (also an alphanumeric code), pointing to an AWS domain for validation.

These instructions are to ensure the custom domain is correctly validated when configuring the CNAME record on the DNS server.

**Final Considerations**

Connecting your Registro.br domain to SprintHub using CNAME records is a simple but crucial process to ensure your site is accessible and functions correctly and that you can create landing pages for your clients.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.sprinthub.com/en/topics/system-settings/custom-domain/registro.br-dns.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
