mrbirddev
mrbirddev
CDCloudflare Developers
Created by mrbirddev on 6/7/2024 in #general-help
CF for SaaS IP Address for root domain
I see. Thank you! It's clear!
4 replies
CDCloudflare Developers
Created by mrbirddev on 6/1/2024 in #general-help
my custom hostname (cloudflare for saas) returns "androxgh0st"? A malware?
I just looked it up and it seems like "androxgh0st" it's a php malware name? https://blogs.juniper.net/en-us/security/shielding-networks-against-androxgh0st
4 replies
CDCloudflare Developers
Created by mrbirddev on 6/1/2024 in #general-help
my custom hostname (cloudflare for saas) returns "androxgh0st"? A malware?
Thank you @Erisa . If the CNAME from www.pagebrew.co to pagebrew.wolio.co actually works, it should return the following.
curl -ii https://pagebrew.wolio.co
HTTP/1.1 200 Connection established

HTTP/2 404

<html><body>R2 object "<b>pagebrew/index.html</b>" not found</body></html>
curl -ii https://pagebrew.wolio.co
HTTP/1.1 200 Connection established

HTTP/2 404

<html><body>R2 object "<b>pagebrew/index.html</b>" not found</body></html>
And right now the worker is not receiving logs if I curl https://www.pagebrew.co .
4 replies
CDCloudflare Developers
Created by mrbirddev on 5/31/2024 in #general-help
cloudflare for saas cannot connect to 443
Guess I have to @Chaika again here. I couldn't locate the original post where you recommend me to use cloudflare for saas to CNAME external domains. I got a weird response https://discord.com/channels/595317990191398933/1246401925910626334 I tried 2 domains for custom hostname 1. CNAME www.pagebrew.co(other registrar) => pagebrew.wolio.co ==> curl: (35) error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure 2. CNAME www.mrbird.dev(cloudflare) => mrbirddev.wolio.co ==> 522 error My setup
DNS for wolio.co
AAAA * 100:: Proxied
AAAA fallback 100:: Proxied

Worker routes
*.wolio.co/* ==> worker-router
*/* ==> worker-router
DNS for wolio.co
AAAA * 100:: Proxied
AAAA fallback 100:: Proxied

Worker routes
*.wolio.co/* ==> worker-router
*/* ==> worker-router
The guides I'm trying to follow but honestly I'm confused right now https://developers.cloudflare.com/cloudflare-for-platforms/cloudflare-for-saas/start/advanced-settings/worker-as-origin https://github.com/berrysauce/cloudflare-saas-worker/tree/main https://community.cloudflare.com/t/522-error-when-accessing-worker-via-cname/558115 https://community.cloudflare.com/t/how-to-properly-set-up-a-custom-hostname-with-a-worker/329219
6 replies
CDCloudflare Developers
Created by sadek hossain on 10/18/2023 in #general-help
Cloudflare for saas. Is it possible to white label wildcard custom domain
Hi @sadek hossain I'm having issue with the same use case. I successfully configured the custom hostname and set a CNAME from www.c.com to c.domain.com . But www.c.com does not went through. Am I missing some steps? More details https://discord.com/channels/595317990191398933/1246401925910626334
2 replies
CDCloudflare Developers
Created by mrbirddev on 5/31/2024 in #general-help
cloudflare for saas cannot connect to 443
No description
6 replies
CDCloudflare Developers
Created by mrbirddev on 4/24/2024 in #general-help
Only 2 browser per min at the same time for browser worker?
The docs have an example of using a Durable Object to persist ...
I've adapted the DO scripts and it's running. Getting some errors like below when sending parallel requests. Still trying and maybe it's just me
"exceptions": [
{
"stack": " at async Object.fetch (index.js:13803:16)",
"name": "Error",
"message": "Navigation failed because browser has disconnected!",
"timestamp": 1714014789752
}
],
"exceptions": [
{
"stack": " at async Object.fetch (index.js:13803:16)",
"name": "Error",
"message": "Navigation failed because browser has disconnected!",
"timestamp": 1714014789752
}
],
I haven't played around with much of pupeeter's options with CF's version of it
Apologies. Cool about this. It's in the page.goto function not page.screenshot
3 replies
CDCloudflare Developers
Created by mrbirddev on 4/22/2024 in #general-help
Is there a way for us to get unlimited DNS records?
https://thank-you-chaika.slidde.co/ @Chaika here's what I ended up with (after a few NBA playoff games) lol
21 replies
CDCloudflare Developers
Created by mrbirddev on 4/22/2024 in #general-help
Is there a way for us to get unlimited DNS records?
I need sometime to read lol. Kudos!!
21 replies
CDCloudflare Developers
Created by mrbirddev on 4/22/2024 in #general-help
Is there a way for us to get unlimited DNS records?
Oh I never thought this way! Let me try and I'll get back to you!
21 replies
CDCloudflare Developers
Created by mrbirddev on 4/22/2024 in #general-help
Is there a way for us to get unlimited DNS records?
Check this out https://slidde.co/
21 replies
CDCloudflare Developers
Created by mrbirddev on 4/22/2024 in #general-help
Is there a way for us to get unlimited DNS records?
yep of course different domain-1.mysite.com domain-2.mysite.com .... domain-3600.mysite.com All of them go to some worker
21 replies
CDCloudflare Developers
Created by mrbirddev on 4/22/2024 in #general-help
Is there a way for us to get unlimited DNS records?
This is what I want to do Attach, let's say 3600, domains to a worker
21 replies
CDCloudflare Developers
Created by mrbirddev on 4/19/2024 in #general-help
DNS propagation takes more than half an hour?
Thank you looks like the TTL is 5min. Then I'm good this one literally taking me more than 1 hour
11 replies
CDCloudflare Developers
Created by mrbirddev on 4/19/2024 in #general-help
DNS propagation takes more than half an hour?
yep I knew the nature of DNS is decentralized
11 replies
CDCloudflare Developers
Created by mrbirddev on 4/19/2024 in #general-help
DNS propagation takes more than half an hour?
btw good name lol 💯
11 replies
CDCloudflare Developers
Created by mrbirddev on 4/19/2024 in #general-help
DNS propagation takes more than half an hour?
No description
11 replies