1006 is an IP block - <https://developers.cloudflare.com/support/troubleshooting/cloudflare-errors/t
11 Replies
mmh, thanks, will look into it
indeed, shouldn't impact reconnecting though
"my infra seems to be broken" seems pretty "can not connect again"
can i connect to any cloudflare ip address and get routed to a page as long as i set the host header to a correct one?
not just an ip address returned by the dns
in theory yes, but you shouldnt rely on that as a longterm solution because that behaviour isnt guarenteed and could change
thanks
if in a worker im trying to see if a string (hostname) is in a very large set of strings, is there a way to efficiently do that without building a set every request?
ie i dont want to be doing
but rather something like
im thinking maybe a prebuilt bloomfilter?
ig also a way to serialise a set would work too
Unknown User•12mo ago
Message Not Public
Sign In & Join Server To View
Hello Does Cloudflare Pages have unlimited bandwidth on the free plan?
Please do not post your question in multiple channels per the rules at #😃welcome-and-rules. It creates confusion for people trying to help you and doesn't get your issue or question solved any faster.
it's been few days warp is not connecting, is it a problem from my end?


Please do not post your question in multiple channels per the rules at #😃welcome-and-rules. It creates confusion for people trying to help you and doesn't get your issue or question solved any faster.
i ended up going with a prebuilt bloomfilter. but its taking about 7ms cpu time
could wasm be faster considering the import time?