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

Configure CDN integration

Integrate our domain zone with Gcore CDN for fast delivery of content worldwide.

To configure integration:

1. Navigate to DNS in the Gcore Customer Portal.

2. Click the domain name of the DNS zone where you intend to set up CDN integration.

Open a DNS zone

A new page will open.

3. Ensure that the advanced interface mode is enabled. In non-advanced mode, the CDN integration feature isn't available.

The feature is available only for an A record type.

4. Click the three-dot icon.

5. Click CDN integration in the row of the relevant A record.

Open a Records list/Edit record set page

6. In the pop-up window, you'll see the value of the A record. Click Save changes.

Open a Records list/Edit record set page

That's it. Your domain zone will be integrated with Gcore CDN.

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" // });