API
The Gcore Customer Portal is being updated. Screenshots may not show the current version.
Managed DNS
Managed DNS
Chosen image
Home/Managed DNS

Managed DNS

Welcome to the Gcore Managed DNS documentation page! Here we explain how to use and configure Gcore’s Managed DNS.

Managed DNS is a service that allows you to manage domain DNS records by specifying Gcore name servers. You can balance your users on different servers depending on their location and configure network settings.

From the left-side menu, you can access in-depth documentation about Managed DNS:

  • Overview – how it works, non-advanced and advanced interface modes
  • Zone – create, edit, and delete a DNS zone for the domain whose DNS records you wish to manage
  • Records – find out how to manage different types of DNS records using non-advanced or advanced mode
  • Plugins – use Gcore as a secondary DNS with the OctoDNS plugin, automatically issue Wildcard Let's Encrypt certificates with the Certbot plugin
  • Health Checks – use, configuration

If you have any questions or if there is a DNS-related topic that you think we’re missing, please leave a comment and our content team will address it.

Was this article helpful?

Not a Gcore user yet?

Learn more about our DNS hosting

Go to the product page
// // Initialize a variable to undefined initially. // var growthBook = undefined; // (function() { // try { // var script = document.createElement('script'); // script.src = "https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js"; // script.setAttribute("data-api-host", "https://cdn.growthbook.io"); // script.setAttribute("data-client-key", "sdk-truekA5wvhMYaqsu"); // document.head.appendChild(script); // script.onload = function() { // console.log("GrowthBook script loaded successfully."); // growthBook = window.GrowthBook; // Assuming GrowthBook attaches itself to window // }; // script.onerror = function() { // console.error("Failed to load the GrowthBook script."); // growthBook = undefined; // Explicitly set to undefined on error // }; // } catch (error) { // console.error("An error occurred while setting up the GrowthBook script:", error); // growthBook = undefined; // } // })(); // // Optional: Push to dataLayer if needed // window.dataLayer = window.dataLayer || []; // window.dataLayer.push({ // 'event': 'scriptLoadStatus', // 'growthBookStatus': growthBook ? "Loaded" : "Failed" // });