From dfca7e7096b3c95f316911a9c36bef1b15888003 Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Fri, 30 May 2014 18:44:59 +0200 Subject: [PATCH] Fixed STUN config example to actually work. --- server.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.conf.in b/server.conf.in index 363bd02e..9a9257d1 100644 --- a/server.conf.in +++ b/server.conf.in @@ -44,7 +44,7 @@ listen = 127.0.0.1:8080 ; space. If you do not have one use a public one like stun.l.google.com:19302. ; If you have a TURN server you do not need to set an STUN server as the TURN ; server will normally do STUN too. -;stunURIs = stun.l.google.com:19302 +;stunURIs = stun:stun.l.google.com:19302 ; TURN server URIs in format host:port?transport=udp|tcp. You can provide ; multiple seperated by space. If you do not have at least one TURN server then ; some users will not be able to use the server as the peer to peer connection