> ## Documentation Index
> Fetch the complete documentation index at: https://docs.digitalfyre.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Nameservers

Nameservers control where your domain's DNS records are managed. You can use the default registrar nameservers or point your domain to custom nameservers such as Cloudflare, DigitalFyre's DNS Manager, or your own DNS infrastructure.

## Changing Nameservers

<Steps>
  <Step title="Navigate to Your Domain">
    Open your domain's management page and click **Nameservers** in the left sidebar.
  </Step>

  <Step title="Select an Option">
    Choose between **Use default nameservers** or **Use custom nameservers (enter below)** — custom supports up to 5 nameservers.
  </Step>

  <Step title="Save">
    Click **Change Nameservers**. Changes can take up to 24 hours to propagate, though most updates take effect within a few hours.
  </Step>
</Steps>

## Nameserver Options

<Tabs>
  <Tab title="DigitalFyre DNS Manager">
    Point your domain to DigitalFyre's AnyCAST DNS network:

    ```dns lines theme={"theme":{"light":"light-plus","dark":"ayu-dark"}}
    ns1.digitalfyre.net
    ns2.digitalfyre.net
    ns3.digitalfyre.net
    ns4.digitalfyre.net
    ```

    Then add your domain and configure records in the [DNS Manager](/client-portal/dns/dns-manager).
  </Tab>

  <Tab title="Cloudflare">
    Enter the nameservers Cloudflare assigns to your domain during onboarding. They typically look like:

    ```dns lines theme={"theme":{"light":"light-plus","dark":"ayu-dark"}}
    <server_name>.ns.cloudflare.com
    <server_name>.ns.cloudflare.com
    ```
  </Tab>

  <Tab title="Default (Registrar)">
    Select **Use default nameservers** to point back to the registrar's DNS. Required if you plan to use the [DNS Host Record Management](/domains/addons/dns-host-record-management) or [Email Forwarding](/domains/addons/email-forwarding) addons.
  </Tab>
</Tabs>

<Info>
  Changing nameservers does not affect your domain's registration, ownership, or renewal. It only changes where DNS queries for your domain are resolved.
</Info>
