Skip to content

Commit 76dc8a0

Browse files
committed
Update DDoS protection on Modrinth Servers page
1 parent 4723de6 commit 76dc8a0

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

apps/frontend/src/pages/servers/index.vue

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -427,11 +427,8 @@
427427
Do Modrinth Servers have DDoS protection?
428428
</summary>
429429
<p class="m-0 ml-6 leading-[160%]">
430-
Yes. All Modrinth Servers come with DDoS protection powered by
431-
<a href="https://us.ovhcloud.com/security/anti-ddos/" target="_blank"
432-
>OVHcloud® Anti-DDoS infrastructure</a
433-
>
434-
which has over 17Tbps capacity. Your server is safe on Modrinth.
430+
Yes. All Modrinth Servers come with DDoS protection, with up to 17Tbps capacity in
431+
some locations.
435432
</p>
436433
</details>
437434

packages/utils/changelog.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ export type VersionEntry = {
1010
}
1111

1212
const VERSIONS: VersionEntry[] = [
13+
{
14+
date: `2025-07-15T13:55:00-07:00`,
15+
product: 'web',
16+
body: `### Improvements
17+
- Updated language around DDoS protection of Modrinth Servers products.`,
18+
},
1319
{
1420
date: `2025-07-15T12:40:00-07:00`,
1521
product: 'web',

0 commit comments

Comments
 (0)