Browse Source

Update server.conf.in

pull/452/head
Tunc Kayikcioglu 8 years ago committed by GitHub
parent
commit
a4cc84a523
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      server.conf.in

5
server.conf.in

@ -41,8 +41,9 @@ listen = 127.0.0.1:8080 @@ -41,8 +41,9 @@ listen = 127.0.0.1:8080
; long cached static resources.
;ver = 1234
; STUN server URIs in format host:port. You can provide multiple seperated by
; space. If you do not have one use a public one like stun.spreed.me:443. If
; you have a TURN server you do not need to set an STUN server as the TURN
; space. If you do not have one use a public one like stun.spreed.me:443. For
; suggestions on public STUN servers see gist.github.com/mondain/b0ec1cf5f60ae726202e
; If you have a TURN server you do not need to set an STUN server as the TURN
; server will provide STUN services.
;stunURIs = stun:stun.spreed.me:443
; TURN server URIs in format host:port?transport=udp|tcp. You can provide

Loading…
Cancel
Save