> For the complete documentation index, see [llms.txt](https://docs.linuxfoundation.org/lfx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.linuxfoundation.org/lfx/project-control-center/v2-latest-version/operations/domains/changing-dns-delegation.md).

# Changing DNS Delegation

Once a domain is registered to your project, you can control whether The Linux Foundation manages its DNS (**Managed DNS**) or whether DNS is hosted with a different provider (**Delegated**). This is separate from the DNS delegation choice you make during a [domain transfer](/lfx/project-control-center/v2-latest-version/operations/domains/transferring-a-domain.md) — it's available any time afterward from the domain's action menu.

To access these options, click the <img src="https://3411187760-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M2DCN9UgoRgMEkgnLyP-887967055%2Fuploads%2Fgit-blob-7412ded5da7e33ef5e5f493764c91106e00db945%2FDot_Icon.png?alt=media&amp;token=80a9f738-d5d7-40a0-83e7-1552cfe614ed" alt="" data-size="line"> icon next to a domain in **Operations > Domains**.

{% hint style="warning" %}
The Linux Foundation standard is for The Linux Foundation to manage DNS (Managed DNS). If you delegate DNS to a different provider, Linux Foundation support cannot assist with any DNS-related issues on that domain.
{% endhint %}

## Switching from Managed DNS to a Different DNS Provider

If a domain currently uses Managed DNS, select **Delegate DNS (no Managed DNS)** to move it to a DNS provider of your choice.

1. Enter the name servers provided by your DNS provider. The dialog shows the minimum number of name servers required for your domain.
2. Check the box confirming that you understand some services — including email forwarding, URL redirects, and automated service provisioning — will not be available once DNS is delegated.
3. Make sure your zone is fully configured with your DNS provider before continuing; delegating too early can disrupt domains with live services.
4. Click **Delegate**.

## Changing the Name Servers for an Already-Delegated Domain

If a domain is already Delegated, select **Change DNS Delegation** to update which name servers it points to.

1. Update the name server values as needed.
2. Click **Save**.

## Switching Back to Managed DNS

If a domain is already Delegated, select **Stop Delegating DNS (use Managed DNS)** to hand DNS management back to The Linux Foundation. Confirm the action to proceed; this update may take a while to propagate.


---

# 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.linuxfoundation.org/lfx/project-control-center/v2-latest-version/operations/domains/changing-dns-delegation.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.
