Cloudflare Global Network experiencing issues
891–900 of 1001 posts
Re: Cloudflare Global Network experiencing issues
#892If 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…
If anyone needs the internet to work again (or to get into your cf dashboard to generate API keys), if you have Cloudflare WARP installed, turning it on appears to fix otherwise broken sites. Maybe using 1.1.1.1 does too, but flipping the radio box was faster. Some parts of sites are still down, even after tunneling into to CF.
looks like i can get everywhere i couldn't except my cloudflare dash.
Re: Cloudflare Global Network experiencing issues
#893Re: Cloudflare Global Network experiencing issues
#894There's something maliciously satisfying about seeing your own self-hosted stuff working while things behind Cloudflare or AWS are broken. Sure, they have like four more nines that me, but right now I'm sitting pretty.
Re: Cloudflare Global Network experiencing issues
#895Re: Cloudflare Global Network experiencing issues
#896Re: Cloudflare Global Network experiencing issues
#897Seems like they think they've fixed it fully this time!
Re: Cloudflare Global Network experiencing issues
#898There's something maliciously satisfying about seeing your own self-hosted stuff working while things behind Cloudflare or AWS are broken. Sure, they have like four more nines that me, but right now I'm sitting pretty.