-
I'm trying to use https://github.com/muka/peerjs-go , but I get 403 from Cloudflare when an attempt to create a I guess the easiest way to reproduce would be to Is this done on purpose? Is there anything I can do to fix this? Is there anything the server maintainer can do to fix this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I recently had to increase the 'Security Level' on Cloudflare because the server was being flooded by millions of connections per hour. It's likely that peerjs-go clients are blocked because they are detected as not originating from a browser. This measure should be temporary — but I have to prioritise uptime for the majority of users. I've just lowered the setting again. Please let me know if it works for you now. If there's demand and someone has an idea for distribution, we could also issue API keys for non-browser clients that would allow them to bypass the WAF. |
Beta Was this translation helpful? Give feedback.
Thanks! I just tested it and it works.
Don't feel pressured though because I personally have the resources to set up my own PeerJS server.