From 76dc8a0897e423cf73fe254e059eebc5968c157e Mon Sep 17 00:00:00 2001 From: Prospector Date: Tue, 15 Jul 2025 13:51:35 -0700 Subject: [PATCH] Update DDoS protection on Modrinth Servers page --- apps/frontend/src/pages/servers/index.vue | 7 ++----- packages/utils/changelog.ts | 6 ++++++ 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/apps/frontend/src/pages/servers/index.vue b/apps/frontend/src/pages/servers/index.vue index 2774e01e0..1d11bd55f 100644 --- a/apps/frontend/src/pages/servers/index.vue +++ b/apps/frontend/src/pages/servers/index.vue @@ -427,11 +427,8 @@ Do Modrinth Servers have DDoS protection?

- Yes. All Modrinth Servers come with DDoS protection powered by - OVHcloud® Anti-DDoS infrastructure - which has over 17Tbps capacity. Your server is safe on Modrinth. + Yes. All Modrinth Servers come with DDoS protection, with up to 17Tbps capacity in + some locations.

diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 72e3a2aef..71332060d 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,12 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2025-07-15T13:55:00-07:00`, + product: 'web', + body: `### Improvements +- Updated language around DDoS protection of Modrinth Servers products.`, + }, { date: `2025-07-15T12:40:00-07:00`, product: 'web',