Just because one or more AS numbers are flooding me with garbage traffic, it doesn't necessarily mean that they are (or will be) flooding you, too. And vice versa.
There won't be a golden list that works (perfectly) for everyone at once.
Documentation for Cloudflare Workers, a serverless execution environment that allows you to create entirely new applications or augment existing ones …
@param {Object} countryMap*/const countryMap = {BA: "https://example.com/us",HR: "https://example.com/eu",};// Use the cf object to obtain the country of the request// more on the cf object: https://developers.cloudflare.com/workers/runtime-apis/request#incomingrequestcfpropertiesconst country = request.cf.country;if (country != null && country in countryMap) {const url = countryMap[country];return Response.redirect(url);} else {return fetch(request);}},};
i moved my host to new vps but the website still getting old ip when i checked in CMD command on windows, i already changed the IP on CloudFlare DNS records
I see some comments from a few days ago saying the new CF Fonts feature is now available. Do you have to request access to a beta test or something like that? Not seeing it in my CF dashboard for now (free tier use, if that matters).
I'm trying to figure out which cloudflare products are needed to minimize/remove the need for forming new handshakes between cloudflare and the origin server on each request. Is that something that happens by default? Or do we need to set up a Tunnel? Or is Argo needed? Thanks!
thanks! Btw just testing do you the cloudflare team will optimize, noticing the payload is bigger vs coming from google. Still will rock cf because I like the privacy aspect, but looks like sizing still needs work, testing gt metrix seeing the following:
Quick question; I've submitted the verified bots form a couple of weeks ago (probably months already) but haven't heard back yet. Should I contact support or be patient a bit more? (that's ok!)
With Pages, the cfid/cf-worker header is always the pages.dev subdomain, even if using Custom Domain warning about mailchannels though: workers-and-pages-discussions