# Configure DNS

#### Setup Domain A records

Using your domain management system, A records will need to be created for all the services which are publicly exposed for **qa, production & staging** environments.

Either use a wildcard or create individual A records for your chosen environment's domain name, with a TTL of 1 hour that forwards the URL to your **manager server node's** external IP address.

**Option 1: Wildcard required A Records:**

{% hint style="info" %}
A total of 6 A Records are required for this option, 2 for each environment's domain: **qa, production & staging**
{% endhint %}

*\<your\_domain>*

*\*.\<your\_domain>*

**Option 2: Individual A Records:**

{% hint style="info" %}
A total of 36 A Records are required for this option, 12 for each environment's domain: **qa, production & staging**
{% endhint %}

*\<your\_domain>*

*auth.\<your\_domain>*

*config.\<your\_domain>*

*countryconfig.\<your\_domain>*

*metabase.\<your\_domain>*

*minio.\<your\_domain>*

*minio-console.\<your\_domain>*

*gateway.\<your\_domain>*

*kibana.\<your\_domain>*

*login.\<your\_domain>*

*register.\<your\_domain>*

*webhooks.\<your\_domain>*


---

# 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://documentation.opencrvs.org/v2.0/technical/guides/installation/deploy-set-up-a-server-hosted-environment/preparation-steps/configure-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.
