# Dual Host

The dual hosting feature of DNSControl provides for the ability to use multiple DNS providers simultaneously. Consult your provider docs to ensure that **both** of them support this feature.

✅ - A checkmark means "this has been tested, and the provider works with dual hosting". ❔ - The questionmark means "it hasn't been tested, safety unknown" ❌ - The red "X" means "this has been tested, and it does *not* work currently".

## Source reference

[The source](https://github.com/DNSControl/dnscontrol/blob/cdbd54016f93140548d846842b0d7575603069c8/providers/capabilities.go#L93) states that this flag

> provider allows full management of apex NS records, so we can safely dual-host with another provider


---

# 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.dnscontrol.org/advanced-features/dual-host.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.
