ChillFish8
ChillFish8
CDCloudflare Developers
Created by ChillFish8 on 11/11/2024 in #general-help
Cloudflare IPV6 behaviour
👍 thanks
7 replies
CDCloudflare Developers
Created by ChillFish8 on 11/11/2024 in #general-help
Cloudflare IPV6 behaviour
Okay, so I should expect if a user supports both, we'll get the ipv4 address in the connecting IP header since cloud flare prefers ipv4?
7 replies
CDCloudflare Developers
Created by ChillFish8 on 11/11/2024 in #general-help
Cloudflare IPV6 behaviour
Unfortunately my own ISP doesn't do Ipv6 currently, so it is a bit of a PITA to test locally
7 replies
CDCloudflare Developers
Created by ChillFish8 on 11/3/2023 in #general-help
Best way to dynamically load balance across hundreds of nodes?
Ah never mind I have found the load shedding section
5 replies
CDCloudflare Developers
Created by ChillFish8 on 11/3/2023 in #general-help
Best way to dynamically load balance across hundreds of nodes?
The only thing I can't see is if we can assign a cap, the LOR steering definitely would be an improvement, but I think we still have issues in the even a large number of nodes go down
5 replies
CDCloudflare Developers
Created by ChillFish8 on 11/3/2023 in #general-help
Best way to dynamically load balance across hundreds of nodes?
Looks interesting, thanks!
5 replies
CDCloudflare Developers
Created by ChillFish8 on 11/3/2023 in #general-help
Best way to dynamically load balance across hundreds of nodes?
The biggest concern is the "Don't overload the nodes" part really, since currently, if too many nodes go down, ELB effectively DDOS's the remaining nodes
5 replies
CDCloudflare Developers
Created by ChillFish8 on 10/8/2023 in #general-help
Adding additional domains to access application
No description
4 replies
CDCloudflare Developers
Created by ChillFish8 on 10/8/2023 in #general-help
Adding additional domains to access application
👀 Okay I refreshed it again and it's appearing now, somewhat but it's missing the primary Domain fields now
4 replies
CDCloudflare Developers
Created by ChillFish8 on 10/7/2023 in #general-help
SSL_ERROR_NO_CYPHER_OVERLAP when using nested sub-domains with tunnels.
Right, makes sense, thanks!
5 replies
CDCloudflare Developers
Created by ChillFish8 on 10/7/2023 in #general-help
SSL_ERROR_NO_CYPHER_OVERLAP when using nested sub-domains with tunnels.
Can i configure the certs when using zero-trust tunnels?
5 replies
CDCloudflare Developers
Created by ChillFish8 on 10/7/2023 in #general-help
Verify zerotrust access token
thank you!
4 replies
CDCloudflare Developers
Created by ChillFish8 on 9/11/2023 in #workers-help
Using workers as a custom firewal
I will have a look into snippets and the waf in more detail and see what it's like
4 replies
CDCloudflare Developers
Created by ChillFish8 on 9/11/2023 in #workers-help
Using workers as a custom firewal
but price is not an issue for workers 😅 At least not compared to the cost we pay currently
4 replies
CDCloudflare Developers
Created by ChillFish8 on 9/11/2023 in #workers-help
Using workers as a custom firewal
I'm not sure how much we can do with WAF as we want some additional advanced logic
4 replies
CDCloudflare Developers
Created by ChillFish8 on 9/19/2022 in #workers-and-pages-discussions
Generally speaking if you re looking at
Worth noting though that lust doesn't currently run in wasm so you can't run it via workers
7 replies
CDCloudflare Developers
Created by ChillFish8 on 9/19/2022 in #workers-and-pages-discussions
Generally speaking if you re looking at
You would likely need to go through all the images you already have stored and run them through lust so it can organize them how it wants.
7 replies
CDCloudflare Developers
Created by ChillFish8 on 9/19/2022 in #workers-and-pages-discussions
Generally speaking if you re looking at
The system is stateless, just needs a storage backend which can be R2. The easiest way is probably to run it ad a preprocessor with the aot mode, so that way the images are converted and sized and then stored individually in R2, then you can just serve them directly out of R2/S3/other without needing another server to proxy it like you would the jit/realtime mode
7 replies