What would the Internet's architecture have to look like for DDOS'ing to be a thing of the past, and therefore Cloudflare to not be needed? I know there are solutions like IPFS out there for doing distributed/decentralised static content distribution, but that seems like only part of the problem. There are obviously more types of operation that occur via the network -- e.g. transactions with single remote pieces of e…
Cloudflare Global Network experiencing issues
791–800 of 1001 posts
Re: Cloudflare Global Network experiencing issues
#792How did we get to a place where either Cloudflare or AWS having an outage means a large part of the web going down? This centralization is very worrying.
Re: Cloudflare Global Network experiencing issues
#793Re: Cloudflare Global Network experiencing issues
#794If someone wanted to learn about how the modern infrastructure stack works, and why things like this occur, where would be some good resources to start?
Re: Cloudflare Global Network experiencing issues
#795Re: Cloudflare Global Network experiencing issues
#796Re: Cloudflare Global Network experiencing issues
#797If anyone needs commands for turning off the CF proxy for their domains and happens to have a Cloudflare API token. First you can grab the zone ID via: curl -X GET "https://api.cloudflare.com/client/v4/zones" -H "Authorization: Bearer $API_TOKEN" -H "Content-Type: application/json" | jq -r '.result[] | "\(.id) \(.name)"' And a list of DNS records using: curl -X GET "https://api.cloudflare.com/client/v4/zones/$ZONE_ID…
Re: Cloudflare Global Network experiencing issues
#798Re: Cloudflare Global Network experiencing issues
#799And no lesson about single point of failure and centralization was learned that day.