web.myco.systems/content/services/hosting/index.md
Brooke afaf1444a5
All checks were successful
Hugo / build (push) Successful in 26s
update
2024-04-24 22:27:46 -04:00

49 lines
No EOL
2.2 KiB
Markdown

---
title: "Hosting"
draft: false
description: "Learn about our web hosting offerings."
---
### Static Sites
We present a simple solution for scalable website deployments featuring a location based [Anycast](https://www.cloudflare.com/learning/cdn/glossary/anycast-network/) network. We use Anycast to serve your website from the closest available server. Your static sites are delivered from up to 4 regions:
- **Asia**
- **Europe**
- **US-East**
- **US-West**
Deployment is done using a [Continuous Integration](https://en.wikipedia.org/wiki/Continuous_integration) service such as [Act](https://github.com/nektos/act), DroneCI, Gitlab CI, etc. Your site will be pushed to every server when you merge your changes into the main branch of your repository. **Does your team not know how to use git?** Ask us about hosting a CMS like [Sveltia](https://github.com/sveltia/sveltia-cms) or [Directus](https://directus.io/) that integrates with your CI pipeline.
### Backend Services
We provide the capability to operate game servers, VOIP systems, or any other latency-sensitive service using Anycast technology for a nominal cost.
If you don't require a heavy load service and simply need a data storage solution, we offer Docker hosts situated in our US-East and US-West data centers. These enable you to efficiently manage and deploy your service or database without incurring the high management fees associated with major cloud providers like AWS, Azure, or Digital Ocean.
### DDoS Protection
Across all ingress points we use Path.net DDoS protection, providing your website with up to 3.5+ Tbits/s of flood protection. If you have a particularly volnerable service you need to protect, they have specialized profiles for:
#### Volumetric Attacks
- TCP Flood Attacks
- HTTP GET/POST Floods
- UDP Flood Attacks
- UDP Fragmentation Attacks
- XORDDOS
#### Reflective Attacks
- NTP Amplification
- DNS Amplification
- Chargen Responses
- SSDP/UPNP Responses
- SNMP Responses
#### Resource Exhaustion Attacks
- Invalid port numbers
- Private IP address attacks
- Slow HTTP requests (Slowloris, RUDY, etc)
- HOIC, and LOIC
- SYN, Spoofed SYN, SYN-ACK floods, etc
[Source](https://buyvm.net/ddos-protection/)