beta #12

Merged
didirus merged 74 commits from beta into release 2025-07-26 09:49:03 +00:00
2 changed files with 8 additions and 5 deletions
Showing only changes of commit 76dc8a0897 - Show all commits
+2 -5
View File
@@ -427,11 +427,8 @@
Do Modrinth Servers have DDoS protection? Do Modrinth Servers have DDoS protection?
</summary> </summary>
<p class="m-0 ml-6 leading-[160%]"> <p class="m-0 ml-6 leading-[160%]">
Yes. All Modrinth Servers come with DDoS protection powered by Yes. All Modrinth Servers come with DDoS protection, with up to 17Tbps capacity in
<a href="https://us.ovhcloud.com/security/anti-ddos/" target="_blank" some locations.
>OVHcloud® Anti-DDoS infrastructure</a
>
which has over 17Tbps capacity. Your server is safe on Modrinth.
</p> </p>
</details> </details>
+6
View File
@@ -10,6 +10,12 @@ export type VersionEntry = {
} }
const VERSIONS: 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`, date: `2025-07-15T12:40:00-07:00`,
product: 'web', product: 'web',