Manage DNS records (advanced interface mode with dynamic response)
This article explains how to create DNS record sets (RRSets) in Gcore Managed DNS advanced interface mode.
To check if advanced mode is enabled, navigate to DNS and open the records page of the desired DNS zone by clicking on the domain name:
Ensure the toggle is enabled/green in order to manage DNS records according to this guide:
Create a DNS record
1. Navigate to the All zones tab and select the domain zone for which you want to add records. Or, click three-dot icon on the right and then click Go to records.
2. The page with your existing DNS records will open. Click Add record set.
A new page will open. Perform the remaining steps there.
3. In the “Type” section, select the type of DNS record you want to create: A, AAAA, NS, CNAME, MX, SRV, HTTPS, TXT, or CAA. Learn more about them in our article about supported DNS record types.
4. In the “Name” field, specify the subdomain the record belongs to. There are several options:
- Leave the field blank to add a record for the main domain (apex/naked domain; in the picture above it is
sample-test.com
). - Enter the name of this subdomain to add a record for a specific subdomain (for example, if you enter
one
, the record will be created forone.sample-test.com
). - Enter an asterisk (*) to add a record for all subdomains at once (wildcard record).
5. In the “TTL” field, specify the TTL (time to live) in seconds.
6. (Optional) Configure dynamic response.
Note
The dynamic response feature is also available for the Free plan, but to create more than one dynamic RRset you’ll need a paid plan.
Gcore’s DNS servers can give different DNS records to different users. For example, you can opt to send users in Asia to an Asian server and users in Europe to a European one. This is called dynamic response. Learn how to configure it in detail in our dedicated article.
To enable dynamic response, enable the “Dynamic response” toggle. If you don’t require balancing, leave it disabled and go to the next step.
You can also configure the dynamic response feature via API requests using dynamic RRsets. For more information about pickers and selectors, read the API documentation.
7. Enable the toggle to make the value of the record active.
8. In the field, enter a value appropriate for your record type.
9. (Optional) Specify associated metadata to be used for dynamic response configuration. Learn more in our dedicated metadata guide.
10. (Optional) Click Add record if you want to specify several values for one record.
11. A new module will appear. There, enter the content of the next record and associated metadata if needed. You can also delete any record by clicking the ”—” button next to it or disable it via its toggle.
12. Click Create.
That’s it! The DNS records with the specified parameters will be created. You can check if the created record has been added correctly using the Gcore DNS Lookup tool.
Manage a DNS record
1. Navigate to the All zones tab and select the domain zone in which you want to manage (edit or delete) records. Or, click the three-dot icon on the right and then click Go to records.
The new page will open. Perform the remaining steps there.
2. Click on the three-dot icon next to the desired resource record, or click on its name.
3. In the menu that appears, click Edit record if you want to edit the record.
4. In the menu that appears, click Delete if you want to delete the record.