jeremyckahn / chitchatter

Secure peer-to-peer chat that is serverless, decentralized, and ephemeral
https://chitchatter.im/
GNU General Public License v2.0
1.44k stars 164 forks source link

Add TURN Server with Port 80 and 443 #225

Closed dhuschde closed 6 months ago

dhuschde commented 6 months ago

Some networks block all ports except 443 and 80.

Chitchatter doesn't work in such networks. Please add these Ports to your Server if possible.

jeremyckahn commented 6 months ago

Hi @dhuschde, thanks for raising this but I'd rather not make this change. Running the TURN server with ports normally allocated to other programs seems likely to cause confusion and stability issues. If you need Chitchatter to use a TURN server with those ports, I'd recommend self-hosting the app and making the necessary configuration changes for your instance.