Standard Search
About 12 results
https://til.iainsimmons.com/posts/cloudflare-for-families-dns-resolver-and-miscategorisation · 26 May 2026
today iain learned: How to report a miscategorisation of a site/domain in the Cloudflare for Families DNS resolver service.
https://news.atmosphereconf.org/3mgvf75jwzk2e · 12 Mar 2026 · 🦋 Bluesky
Welcome Cloudflare as a Major Sponsor, helping us host the afterparty
https://danielmorrisey.com/3mabhndm2bk2h · 18 Dec 2025 · 🦋 Bluesky
Yes, you read that correctly, Firefox in Chrome all from a server in your house for free
https://www.coryd.dev/posts/2025/analyzing-the-domains-and-sites-of-an-authoritarian-regime · 13 Oct 2025
If you've ever wondered what domains the US federal government has registered, there's a rather exhaustive list over in the dotgov-data repository on GitHub, which is maintained by CISA . You can see the raw CSV here . They don't include the registration d...
https://www.coryd.dev/posts/2025/cloudflare-proposes-the-spotify-model-for-the-web · 22 Sep 2025
Cloudflare posted a 2025 founder's letter and I haven't seen much discussion of it. But, when you read through it, what they discuss and propose is deeply troubling for the web as have and currently know it.
https://stuartbreckenridge.net/2025-07-10-the-curious-case-of-missing-mastodon-verification/ · 10 Jul 2025
Verifying yourself on Mastodon is quite simple: just add the following to the <head> tag of your website: <link rel="me" href="https://mastodon.instance/@username"/> Then, add your website to your Mastodon profile, and you should be good to go. That was...
https://bruce.leaflet.pub/3mmvzq53xc22s · 9 Mar 2025
Motivation Why would I do this? For my latest project, mapvoyage, I need to serve text files (wikitext to be specific), directly to the user if possible, as well as in a separate function select one wikitext file to display from a list of wikidata ids that...
https://www.tiernanotoole.ie/2024/12/12/how-to-use-cloudflare-warp-with-a-udm-pro.html · 12 Dec 2024 · 🦋 Bluesky
If you’re considering using Cloudflare Wrap for specific machines on your network, you can easily install the Warp client directly on them. It supports various operating systems, including Windows, Linux, Mac, iOS, and Android. However, if you need to us...
https://www.coryd.dev/posts/2024/dns-records-and-a-cloudflare-security-violation · 30 Nov 2024
This site (was) hosted on Cloudflare Pages. In an effort to make scheduling more convenient for my mentee from Underdog Devs , I set up SavvyCal . Without giving it any thought, I added an easy to remember CNAME and pointed it at SavvyCal.
https://www.coryd.dev/posts/2024/colocating-your-code-and-your-cloudflare-workers · 23 Sep 2024
When I first moved my site to Cloudflare, I kept all of my Cloudflare Workers in their own repositories. I wanted to keep my account and zone IDs secret, but wasn't sure how best to do so. So there they sat cozy (but lonely) in their own repositories with ...