Hi not sure if anyone knows but Cloudflare tunnel and ZTNA has connections issues in China. For ZTNA, can’t connect at all since last Friday. Cloudflare tunnel keeps showing handshake error from time to time
Hi, Will the hosting server I'm using be able to verify my Cloudflare DNS settings if I have set up a 301 redirect rule to redirect all IPs except mine to another website while I build the main website?
I believe I've encountered a bug with CloudFlare's Rules feature, related to the IP source address condition when using the 'does not equal' operator.
When I create two conditions with the 'IP source address does not equal' option and combine them using the OR expression, or when I create two separate rules with this condition, the 301 redirection doesn't seem to function properly.
Instead of overriding the 301 rule for browsers accessing from the does not equal IP, it directs browsers to the redirection page when multiple IP conditions are defined in the rule. The redirection works correctly only when one IP condition is specified.
Could someone please tag this issue to the Cloudflare bugs team ?
Your current rule will always match, think about it: ip does not equal 1.2.3.4 or does not equal 5.6.7.8) If your IP is 1.2.3.4, it gets through the first one IP does not equal 1.2.3.4 = false OR ip does not equal 5.6.7.8 = true overall true, so it gets directed You could use an AND instead, or just the is not inis not in
quick q... having a hard time determining this from the docs and my load balancer config is screwed up at the moment.
based on the fact that Workers come before Load Balancers in the traffic sequence... if you had a Worker match a request and tack on an additional header value to the subrequest, could the load balancer pick up on that header in a custom rule?
sometimes you see fun things like a split on v4/v6, or the mess that is India/APAC Routing where free plan will be different continent but rest local, pretty typical