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

DDoS Protection

Welcome to the Gcore DDoS Protection documentation page!

DDoS Protection is a service designed to safeguard your servers and Virtual Machines against DDoS attacks. With Advanced protection, during an attack, the traffic is redirected to our mitigation system, which filters attack traffic, and only allows legitimate traffic.

From the left-side menu, you can access in-depth documentation about Advanced DDoS Protection:

  • Overview – our mitigation system, advantages, protection modes, pricing
  • Activate – activating and deactivating Advanced DDoS Protection

If you have any questions or if there is a 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?

Explore our DDoS protection for servers

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