Skip to content

Releases: screego/server

v1.11.0

28 Sep 12:17
54f9fb6
Compare
Choose a tag to compare
  • 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

17 Aug 16:36
Compare
Choose a tag to compare

Log full payloads with SCREEGO_LOG_LEVEL=debug.

v1.10.4

16 Aug 11:51
d9b4d3c
Compare
Choose a tag to compare

Show an error message when starting a presentation with an unsupported browser.

v1.10.3

10 Feb 19:28
ef30583
Compare
Choose a tag to compare

Update dependencies

v1.10.2

20 Nov 17:55
Compare
Choose a tag to compare

Fix inappropriate room names

v1.10.1

21 Sep 18:18
9fd6626
Compare
Choose a tag to compare
  • Update dependencies
  • Migrate UI build tool to vite

v1.10.0

29 Jul 17:01
2242880
Compare
Choose a tag to compare
  • 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.1

26 Jul 15:53
Compare
Choose a tag to compare

Fix build

v1.9.0

26 Jul 15:30
1f417a1
Compare
Choose a tag to compare
  • Add frame rate settings for video stream
  • Update dependencies

v1.8.2

21 May 09:25
c652513
Compare
Choose a tag to compare
  • Update dependencies
  • Run docker container as non-root use per default