From 8a971bb8d3b0d8bad63b12eefbc036aa58ca7cb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A7=89?= Date: Sun, 1 Oct 2023 20:48:08 +0800 Subject: [PATCH] =?UTF-8?q?DEBUG=20=E6=B8=85=E9=99=A4=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index 8c68ac1..ca0a44e 100644 --- a/index.js +++ b/index.js @@ -10,10 +10,10 @@ const turnServer = new turn({ // username: 'your-username', // password: 'your-password', //}, - authMech: 'none', + //authMech: 'none', debugLevel: 'ALL', - listeningIps: ['0.0.0.0'], - listeningPort: 3478, + //listeningIps: ['0.0.0.0'], + //listeningPort: 3478, //relayIps: ['0.0.0.0'], //relayPort: 3478, //verbose: true