Releases: screego/server
Releases · screego/server
v1.11.1
- Fix race condition (cannot create rooms after some time) #205
- Add /health endpoint #205
v1.11.0
- Add
SCREEGO_TURN_DENY_PEERS
(#202); See also https://www.enablesecurity.com/blog/slack-webrtc-turn-compromise-and-bug-bounty/
# Deny/ban peers within specific CIDRs to prevent TURN server users from
# accessing machines reachable by the TURN server but not from the internet,
# useful when the server is behind a NAT.
#
# By default denies local addresses.
SCREEGO_TURN_DENY_PEERS=0.0.0.0/8,127.0.0.1/8,::/128,::1/128,fe80::/10
- Update dependencies (#201)
- Fix goroutine leak (#201)
v1.10.5
Log full payloads with SCREEGO_LOG_LEVEL=debug
.
v1.10.4
Show an error message when starting a presentation with an unsupported browser.
v1.10.2
Fix inappropriate room names
v1.10.1
- Update dependencies
- Migrate UI build tool to vite
v1.10.0
- Add external ip fetching via domain (#162)
- Remove turn strict auth
SCREEGO_TURN_STRICT_AUTH
6202025
- Enter full screen when double-clicking the video
- Improve docker deploy docs
v1.9.0
- Add frame rate settings for video stream
- Update dependencies