# How to Change DNS Settings Using Hosting Nameservers

<p class="callout info">If the affected domain name is set to **cns1.dotroll.com** and **cns2.dotroll.com** or **ns1.webspacecontrol.com** and **ns2.webspacecontrol.com** name servers, you can change the domain name’s DNS settings as described below.</p>

<p class="callout danger"> If the affected domain name uses **ns1.dotroll.com** and **ns2.dotroll.com** name servers, you can modify the domain name DNS settings based on the Modify DNS settings for domain names using the default name server article.</p>

#### QUERY NAME SERVERS

You can query the name names that are currently set for the domain name as follows:

You can use the nslookup command on Windows:

```
nslookup -q=NS webspacecontrol.com
Server:  google-public-dns-a.google.com
Address:  8.8.8.8

Non-authoritative answer:
webspacecontrol.com     nameserver = ns1.webspacecontrol.com
webspacecontrol.com     nameserver = ns2.webspacecontrol.com
```

Under Linux use the host command:

```
host -t NS webspacecontrol.com
webspacecontrol.com name server ns2.webspacecontrol.com.
webspacecontrol.com name server ns1.webspacecontrol.com.
```

#### MODIFY ZONE ON THE:

When you use a webhosting nameservers, you can change the DNS settings for that domain name in two ways:

##### CPANEL INTERFACE

<div class="wpb_text_column wpb_content_element " id="bkmrk-sign-in-with%C2%A0https%3A%2F"><div class="wpb_wrapper">1. 1. Sign in with [https://admin.dotroll.com](https://admin.dotroll.com/clientarea.php?swcfpc=1 "https://admin.dotroll.com") with your username and password.
    2. Then, in the top menu bar, click **Services** / **My Services**.
    3. Select the hosting service that is assigned to your domain name as **Addon domain** or **Alias** and click on it.
    4. On the page that appears, at the left of the **One Click Login** box, select **cPanel**.
    5. Your browser will open a new tab in the **cPanel** interface. In the search box at the top of the page, type the word “zone”, and then click the item below.
    6. On the page, select or locate the domain name that you want to change the DNS zone, then click **Manage**.
    7. On the page you have the option: 
        1. to modify an existing record or go to the new **Add Record** button.

</div></div>##### ONLINE INTERFACE

<div class="wpb_text_column wpb_content_element " id="bkmrk-sign-in-with%C2%A0https%3A%2F-1"><div class="wpb_wrapper">1. 1. Sign in with [https://admin.dotroll.com](https://admin.dotroll.com/clientarea.php?swcfpc=1 "https://admin.dotroll.com") with your username and password.
    2. Then, in the top menu bar, click **Domains** / **My Domains**.
    3. Select the domain name that you want to change and click on it.
    4. On the left, in **Manage box**, select the **Manage DNS** element.
    5. On the **Manage DNS**page you can: 
        1. to modify an existing record
        2. or you can add a new record. Use the **Add** button at the bottom of this page.
    6. When you’ve made the settings, click **Save Changes**.

</div></div>#### SUPPORTED DNS RECORDS

If you add a new record, the following record types are currently supported:

<div class="wpb_text_column wpb_content_element " id="bkmrk-a-aaaa-cname-mx-txt-"><div class="wpb_wrapper">- - 1. - A
            - AAAA
            - CNAME
            - MX
            - TXT
            - SRV
            - NS
            - CAA
            - DMARC
            - SPF
            - DKIM

</div></div>