| ▲ | abelanger 9 hours ago | |||||||||||||||||||||||||||||||||||||
If 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:
And a list of DNS records using:
Each DNS record will have an ID associated. Finally patch the relevant records:
Copying from a sibling comment - some warnings:- SSL/TLS: You will likely lose your Cloudflare-provided SSL certificate. Your site will only work if your origin server has its own valid certificate. - Security & Performance: You will lose the performance benefits (caching, minification, global edge network) and security protections (DDoS mitigation, WAF) that Cloudflare provides. - This will also reveal your backend internal IP addresses. Anyone can find permanent logs of public IP addresses used by even obscure domain names, so potential adversaries don't necessarily have to be paying attention at the exact right time to find it. | ||||||||||||||||||||||||||||||||||||||
| ▲ | duggan 9 hours ago | parent | next [-] | |||||||||||||||||||||||||||||||||||||
Also, for anyone who only has an old global API key lying around instead of the more recent tokens, you can set:
instead of the Bearer token header.Edit: and in case you're like me and thought it would be clever to block all non-Cloudflare traffic hitting your origin... remember to disable that. | ||||||||||||||||||||||||||||||||||||||
| ▲ | sam-cop-vimes 9 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||||||||
This is exactly what we've decided we should do next time. Unfortunately we didn't generate an API token so we are sitting twiddling our thumbs. Edit: seems like we are back online! | ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
| ▲ | mig4ng 9 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||||||||
Awesome! I did it via the Terraform provider, but for anyone else without access to the dashboard this is great. Thank you! | ||||||||||||||||||||||||||||||||||||||
| ▲ | jlundberg 5 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||||||||
Good advice! And no need for -X GET to make a GET request with curl, it is the default HTTP method if you don’t send any content. If you do send content with say -d curl will do a POST request, so no need for -X then either. For PATCH though, it is the right curl option. | ||||||||||||||||||||||||||||||||||||||
| ▲ | basch 8 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||||||||||||||
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. | ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||
| ▲ | JoeOfTexas 4 hours ago | parent | prev [-] | |||||||||||||||||||||||||||||||||||||
I would advise against this action. Just ride the crash. | ||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||