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',