# Kinghost DNS

<figure><img src="/files/057c6954301381a63791fe2aa19b3b29f3ea81d5" alt=""><figcaption></figcaption></figure>

### Introduction

Properly configuring the DNS for your landing page is an essential step to ensure visitors can access your site without issues. When you use services like SprintHub to host your landing page, you will often need to configure a CNAME record. In this article, we will guide you step by step on how to configure your landing page DNS by pointing the CNAME to SprintHub.

### Step by Step

**Access Your DNS Provider's Control Panel**

<figure><img src="/files/e766431f7b93a0bc0946fbab18511c2f8872045f" alt=""><figcaption><p>Home Screen</p></figcaption></figure>

**Click on your product/landing page to access the configuration panel**

<figure><img src="/files/3314806971c27c7a013f624daf03e1a1a4f1f440" alt=""><figcaption><p>Click on your product</p></figcaption></figure>

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

In the control panel, scroll to the section for your site "Site exemplo.com.br" and click to manage DNS.

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

Now let's go to the part where we point your DNS to SprintHub. As soon as you access the DNS manager screen, the option to insert a DNS record already appears.

<figure><img src="/files/3cc42448b762f54b49773823361b62e2336e98df" alt=""><figcaption></figcaption></figure>

**Fill in the Required Fields**

* **Subdomain name**: Enter the subdomain you want to point to SprintHub. For example, if you want "landingpage.yourdomain.com" to point to SprintHub, enter "landingpage".

* **Value/Destination**: Enter the CNAME value provided by SprintHub. This will be a domain provided by SprintHub, such as "sh.sprinthub.site".&#x20;

### Practical Example

Let's suppose your domain is "meusite.com" and you want "landingpage.meusite.com" to point to "cname.sprinthub.com". Here is an example of how the fields should be filled:

* **Name**: `landingpage`
* **Type:** `CNAME`
* **Value/Destination**: `sh.sprinthub.site`

### Verifying the settings

After configuring the CNAME record, it's important to verify that everything is working correctly. You can use online tools like "DNS Checker" to check CNAME propagation. Just enter the subdomain (for example, "landingpage.meusite.com") and verify if it is pointing correctly to the destination "sh.sprinthub.site".&#x20;

{% embed url="<https://dnschecker.org/>" %}

If everything is correct, you should only proceed to configure your custom domain within SprintHub; follow the article below to learn more:

{% embed url="<https://docs.sprinthub.com/tutoriais/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/2922b91ea47f227846e25e08b3b1ee4c0c18ab2f" 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. Return to the first window, copy the content of the "Record / Host" field.
  4. Paste the copied content into the "Record or Host" field of your DNS records.
  5. Go back 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 "Record / 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 validated correctly when configuring the CNAME record on the DNS server.

### Conclusion

Configuring your landing page DNS by pointing the CNAME to SprintHub is a relatively simple process, but it requires attention to detail to ensure everything works correctly. By following the steps above, you can ensure your subdomain will point correctly to SprintHub, allowing your landing page to be accessible to all visitors.


---

# Agent Instructions: 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:

```
GET https://docs.sprinthub.com/en/topics/settings/custom-domain/kinghost-dns.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
