From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mail.toke.dk; spf=pass (mailfrom) smtp.mailfrom=irif.fr (client-ip=2001:660:3301:8000::1:2; helo=korolev.univ-paris7.fr; envelope-from=jch@irif.fr; receiver=) Received: from korolev.univ-paris7.fr (korolev.univ-paris7.fr [IPv6:2001:660:3301:8000::1:2]) by mail.toke.dk (Postfix) with ESMTPS id AB5CD7CD59D for ; Mon, 18 Jan 2021 22:26:14 +0100 (CET) Received: from mailhub.math.univ-paris-diderot.fr (mailhub.math.univ-paris-diderot.fr [81.194.30.253]) by korolev.univ-paris7.fr (8.14.4/8.14.4/relay1/82085) with ESMTP id 10ILQB9x016565 for ; Mon, 18 Jan 2021 22:26:11 +0100 Received: from mailhub.math.univ-paris-diderot.fr (localhost [127.0.0.1]) by mailhub.math.univ-paris-diderot.fr (Postfix) with ESMTP id DF08BC50D6 for ; Mon, 18 Jan 2021 22:26:11 +0100 (CET) X-Virus-Scanned: amavisd-new at math.univ-paris-diderot.fr Received: from mailhub.math.univ-paris-diderot.fr ([127.0.0.1]) by mailhub.math.univ-paris-diderot.fr (mailhub.math.univ-paris-diderot.fr [127.0.0.1]) (amavisd-new, port 10023) with ESMTP id MhHBIhihDnr4 for ; Mon, 18 Jan 2021 22:26:05 +0100 (CET) Received: from pirx.irif.fr (unknown [78.194.40.74]) (Authenticated sender: jch) by mailhub.math.univ-paris-diderot.fr (Postfix) with ESMTPSA id 77811C50CB for ; Mon, 18 Jan 2021 22:26:05 +0100 (CET) Date: Mon, 18 Jan 2021 22:26:05 +0100 Message-ID: <87sg6yx7gy.wl-jch@irif.fr> From: Juliusz Chroboczek To: galene@lists.galene.org User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.1 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=ISO-8859-1 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (korolev.univ-paris7.fr [194.254.61.138]); Mon, 18 Jan 2021 22:26:11 +0100 (CET) X-Miltered: at korolev with ID 6005FCF3.000 by Joe's j-chkmail (http : // j-chkmail dot ensmp dot fr)! X-j-chkmail-Enveloppe: 6005FCF3.000 from mailhub.math.univ-paris-diderot.fr/mailhub.math.univ-paris-diderot.fr/null/mailhub.math.univ-paris-diderot.fr/ X-j-chkmail-Score: MSGID : 6005FCF3.000 on korolev.univ-paris7.fr : j-chkmail score : . : R=. U=. O=. B=0.000 -> S=0.000 X-j-chkmail-Status: Ham Content-Transfer-Encoding: quoted-printable Message-ID-Hash: OHRUEMLXPDLZPJF2YZJQWJ3GYLS6RQJN X-Message-ID-Hash: OHRUEMLXPDLZPJF2YZJQWJ3GYLS6RQJN X-MailFrom: jch@irif.fr X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.3.2 Precedence: list Subject: [Galene] Heads-up: built-in TURN server List-Id: =?utf-8?q?Gal=C3=A8ne_videoconferencing_server_discussion_list?= Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: I've just added an IPv-only TURN server to Gal=E8ne. # If you've already configured a TURN server and it works Please add=20 -turn "" to Gal=E8ne's command line. # If you're not currently running a TURN server If you've got a global IP address on your server, a TURN server will automagically appear the next time you update Gal=E8ne. Please make sure that your firewall doesn't block port 1194 UDP or TCP, or else reconfigur= e Gal=E8ne to use a different port for TURN: -turn :1234 If your server is behind NAT, please make sure you forward ports 1194/UDP and 1194/TCP in addition to port 8443, and tell Gal=E8ne your global (public) address: -turn 192.0.2.1:1194 # If you don't want to be running a TURN server Disable Gal=E8ne's built-in server by adding the following to the command line: -turn "" # Please help Please read the new version of the README file, and let me know if there'= s anything that's not clear enough.