From 06de9f38c9710cdc8133d147557eb987a4df89ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A7=89?= Date: Sun, 1 Oct 2023 21:05:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=90=86=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/index.js b/index.js index ca0a44e..f6c37fa 100644 --- a/index.js +++ b/index.js @@ -5,18 +5,7 @@ import { exec } from 'child_process' // 创建 TURN 服务器 const turnServer = new turn({ - //authMech: 'long-term', - //credentials: { - // username: 'your-username', - // password: 'your-password', - //}, - //authMech: 'none', - debugLevel: 'ALL', - //listeningIps: ['0.0.0.0'], - //listeningPort: 3478, - //relayIps: ['0.0.0.0'], - //relayPort: 3478, - //verbose: true + debugLevel: 'ALL' }) // 启动 TURN 服务器