#cloudFlare

2025-11-01

Cloudflare Unveils Data Platform for Seamless Data Ingestion and Querying techlife.blog/posts/announcing #CloudFlare #data

2025-11-01

🇻🇳 Vấn đề truy cập từ xa vào homelab 🏠💻
- Không thể truy cập Qnap NAS qua trình khám phá tệp
- Immich không tải ảnh lên ngoài mạng gia đình
Ai có kinh nghiệm về vấn đề này không? Rất mong được giúp đỡ!

#homelab #truy cập từ xa #Qnap #Immich #trợ giúp #vấn đề #Cloudflare

reddit.com/r/selfhosted/commen

Tao of Mactaoofmac
2025-10-31

A Minor Rant About The Cloudflare UX

I have, again, spent far too much time wandering the chaotic wilds of Cloudflare’s web UI to set up a new tunnelled web application (a trivial proxy to be able to use my Supernote (...)

taoofmac.com/space/blog/2025/1

A Minor Rant About The Cloudflare UX
Marcos Alano :ubuntu:mhalano@fosstodon.org
2025-10-31

I use Cloudflare DNS, 1.1.1.1, and 1.0.0.1. I just got some moments when their IPs didn't responded, but Google ones, 8.8.8.8, and 8.8.4.4, did it. So I think they are doing outage alphabetically, and after Azure on Wednesday, today is Cloudflare. #CloudFlare

2025-10-31

☁️ How Cloudflare handles 90 million requests per second with Pingora - Rust in Production Podcast with Edward Wang & Kevin Guthrie, Software Engineers (CloudFlare) corrode.dev/podcast/s05e... #rustlang #cloudflare

Cloudflare with Edward Wang & ...

Someone I know said that while attempting to use archive.ph they were presented with what appeared to be a #Cloudflare captcha that asked them to copy text from one box on the webpage and paste it into another. They felt this seemed too much like some sort of phishing and did not do it, but now the question is this: is this actually some sort of captcha that is used by Cloudflare or a similar service?

In searching form information on this, all I keep coming upon are articles about the ClickFix attack, but as far as I can tell that's usually about tricking the user into pasting some text into a system shell, whereas this just seemed to want the text pasted into another window in the page. So I'm trying to figure out if this was some clever, more innocuous-looking variant of the attack or a legitimate (but weird) captcha mechanism of some sort.

#infosec #security #phishing

比神奇海螺還神奇的大叔jayhsu@misskey.jayhsustudio.com
2025-10-30

聯邦宇宙疑難雜症分享:Cloudflare WAF 防火牆的坑 😫
嗨,各位聯邦宇宙的朋友們!
最近在自己搭建 Misskey 和 Mastodon 節點玩,全部都用 Docker 架設,並透過 Cloudflare Tunnel 轉發流量,過程其實蠻順利的。
但是!我發現一個超級困擾的問題:我的節點跟其他節點有些交互行為就是無法正常運作!
一開始我還以為是我 Docker 設定有問題,或者是 Misskey/Mastodon 配置錯誤,搞得我焦頭爛額...
🤯
結果,經過我地毯式的追查,終於發現罪魁禍首是 Cloudflare 的 WAF (Web Application Firewall) 防火牆!它預設擋掉了很多聯邦宇宙(ActivityPub)需要的 API 請求和 User Agent,導致節點間無法正常溝通。
如果你也遇到類似的問題,記得去 Cloudflare WAF 設定中,將以下規則設定為「允許 (Allow)」,才能讓聯邦宇宙的流量順暢通行:
(starts_with(http.request.uri.path, "/api/")) or (starts_with(http.request.uri.path, "/users/")) or (starts_with(http.request.uri.path, "/@")) or (starts_with(http.request.uri.path, "/notes/")) or (starts_with(http.request.uri.path, "/inbox")) or (starts_with(http.request.uri.path, "/outbox")) or (starts_with(http.request.uri.path, "/authorize_interaction")) or (starts_with(http.request.uri.path, "/oauth/")) or (starts_with(http.request.uri.path, "/.well-known/")) or (starts_with(http.request.uri.path, "/actor")) or (starts_with(http.request.uri.path, "/objects/")) or (starts_with(http.request.uri.path, "/activities/")) or (starts_with(http.request.uri.path, "/c/")) or (starts_with(http.request.uri.path, "/u/")) or (starts_with(http.request.uri.path, "/post/")) or (starts_with(http.request.uri.path, "/comment/")) or (http.user_agent contains "Mastodon") or (http.user_agent contains "Misskey") or (http.user_agent contains "Pleroma") or (http.user_agent contains "Friendica") or (http.user_agent contains "Akkoma") or (http.user_agent contains "Pixelfed") or (http.user_agent contains "PeerTube") or (http.user_agent contains "Lemmy") or (http.user_agent contains "Kbin") or (http.user_agent contains "Mbin") or (http.user_agent contains "Bookwyrm") or (http.user_agent contains "Funkwhale") or (http.user_agent contains "Mobilizon") or (http.user_agent contains "Owncast") or (http.user_agent contains "Castopod") or (http.user_agent contains "WriteFreely") or (http.user_agent contains "Plume") or (http.user_agent contains "Sharkey") or (http.user_agent contains "Firefish") or (http.user_agent contains "Iceshrimp") or (http.user_agent contains "Foundkey") or (http.user_agent contains "Calckey") or (http.user_agent contains "GoToSocial") or (http.user_agent contains "Takahē") or (http.user_agent contains "Takahe") or (http.user_agent contains "Hometown") or (http.user_agent contains "Glitch") or (http.user_agent contains "ActivityPub") or (http.user_agent contains "http.rb") or (any(http.request.headers["accept"][*] == "application/activity+json")) or (any(http.request.headers["accept"][*] == "application/ld+json")) or (any(http.request.headers["content-type"][*] == "application/activity+json")) or (any(http.request.headers["content-type"][*] == "application/ld+json"))
希望能幫到其他也在自架節點的朋友們,少走一點彎路!
🚀

#Misskey #Mastodon #ActivityPub #聯邦宇宙 #Fediverse #Cloudflare #Docker #自架 #踩坑記錄

Patch Notification Robot 🔔Patchbot_de
2025-10-30
2025-10-30

Post >> Getting HTTP/3 on Cloudflare with Firefox • There are two paths to the goal, although I can use only one.

brycewray.com/posts/2025/10/ge

#HTTP #Cloudflare #Firefox #browsers #WebDev #IPv6

WERNERPRISE° KI-frei seit 2004wernerprise@mastodon.bits-und-baeume.org
2025-10-30

@adorfer

Ja, zusätzlich zu dem grundsätzlichen Problem (zu dem unter anderem auch gehört, dass ältere, einkommensschwache, anderweitig in ihren Möglichkeiten eingeschränkte Menschen zunehmend ausgeschlossen werden) gibt es diese unselige Verschränkung von Politik und (US-)Wirtschaft. Und entweder Unkenntnis oder absichtliches Wegsehen von Behörden, öffentlichen Einrichtungen etc. Zum Beispiel ist die Website der Hamburger Bücherhallen (⁠@buecherhallen⁠) nach einem großen Umbau neuerdings mit #Cloudflare abgeriegelt. Heißt also, entweder ab mit den Daten in die USA, oder eben die Bücherhallen nicht mehr online nutzen.

@angeldruckt @Korallenherz

WhisprNewsWhisprNews
2025-10-30

💰 Más allá del hype de $PING: El protocolo x402, con el respaldo de y , transforma el "402 Payment Required" en una infraestructura de pago por uso funcional.

2025-10-30

What is the reason for the current problems with the hyperscalers?

#hyperscalers #aws #azure #cloudflare #internet

𝗣𝗠𝗝 👽pmj@social.pmj.rocks
2025-10-30

imagine #amazon aws, #microsoft azure and #cloudflare going down at the same time, the #internet would basically become unusable!
this is fucking insane! no redundancy, no resilience, no plan b! this has to stop!

2025-10-30

Błędy w implementacji krzywej FourQ od Cloudflare pozwalały na odzyskanie klucza prywatnego [CVE-2025-8556]

Na początku października 2025 r. badacze bezpieczeństwa z firmy Botanica Technologists opublikowali raport z analizy audytu OSS (Open Source Software) Elliptic Curve. Wyniki badań są niepokojące, ponieważ został wykryty szereg błędów kryptograficznych, związanych z nieprawidłową implementacją krzywej eliptycznej FourQ w bibliotece CIRCL (Cloudflare Interoperable, Reusable Cryptographic Library). Jeden z błędów...

#WBiegu #Circl #Cloudflare #Cve #Fourq

sekurak.pl/bledy-w-implementac

Harris Lapiroffharris@social.coop
2025-10-30

I'm looking at migrating from my #11ty setup from #Cloudflare Pages to Workers and as far as I can tell it's strictly a downgrade for static site use cases?

Lots of added complicated configuration code, no automatic branch deployments—or automatic any deployments for that matter; I have to add GitHub Actions code to automate deployments now.

Is there any reason for me to actually do this migration?

#WebDev

2025-10-29

🚨 There's an enormous amount of traffic at a .su domain (old Soviet Union TLD), per #Cloudflare Radar. It's outranking every other big domain out there (#Google, #Microsoft, #Facebook, etc.) Maybe this is related to a botnet controller and the #Azure outage, but if anyone out there in #infosec knows more, please comment. The host machine(s) are at Softlayer in Texas.

#cybersecurity #security #outage #Azure #AWS #cloud #cloudcomputing

Soviet Union TLD
2025-10-29

🚨 There's an enormous amount of traffic at a .su domain (old Soviet Union TLD), per #Cloudflare Radar. It's outranking every other big domain out there (#Google, #Microsoft, #Facebook, etc.) I assume this is related to a botnet controller and the #Azure outage...

Dariusz Więckiewiczdariusz_wieckiewicz
2025-10-29

Recently my mind is finally back on right track.

New ideas flowing back 💪

Currently brewing:
🦾 and exposing a server in local network to the world behind tunnel on my router while maintaining security.

🤓😉

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst