screego / server

screen sharing for developers https://screego.net/
https://app.screego.net
GNU General Public License v3.0
7.62k stars 551 forks source link

Update Readme to include allowing UDP port 3478 #183

Open danielfournier-tech opened 2 months ago

danielfournier-tech commented 2 months ago

I typically have server firewalls pretty locked down by default and spent a good bit of time looking at network logs to release that I needed to allow UDP 3478 and think it should be more clear in the documentation / readme. Thanks for making this cool project

jmattheis commented 2 months ago

Yeah, this should be included in the install page.

FYI: when using turn any udp port can be used for the turn relay, so every udp port should be allowed. The used udp port range can be restricted via the SCREEGO_TURN_PORT_RANGE setting.