Update 'subfiles/cloudflare-alternatives.md'
This commit is contained in:
parent
9a69e32219
commit
7b8965f2a0
|
@ -13,9 +13,16 @@ It is more aimed at technical people.
|
|||
We might create a guide for some self-hosting basics which don't require Cloudflare.
|
||||
[IPFS](https://ipfs.io/) may be worth consideration if performance is the main concern.
|
||||
|
||||
`Apache` is vulnerable to various low-bandwidth attacks. Use other server software such as {lighttpd](https://www.lighttpd.net/) or [nginx](https://nginx.org/).
|
||||
`Apache` is vulnerable to various low-bandwidth attacks. Use other server software such as [Caddy](https://caddyserver.com/), [lighttpd](https://www.lighttpd.net/) or [nginx](https://nginx.org/).
|
||||
|
||||
|
||||
## Best way to protect your server from DDoS
|
||||
- Avoid any service that _can intercept_ HTTP traffic (like Cloudflare)
|
||||
- Install WAF on your loadbalancer.
|
||||
- Even simple [ModSecurity](https://www.modsecurity.org/) can save you.
|
||||
- Add rate-limit to your nftable(firewall) and server software.
|
||||
- Just drop the excessive connection.
|
||||
|
||||
|
||||
|
||||
## Alternatives
|
||||
|
|
Loading…
Reference in New Issue