From a17b002c2df758635ccbc449cc387bdae831bb72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=A3=8A?= <37162659@qq.com> Date: Fri, 15 May 2026 18:33:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20deploy/.env.public.example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/.env.public.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/.env.public.example b/deploy/.env.public.example index 8348992..95bc289 100644 --- a/deploy/.env.public.example +++ b/deploy/.env.public.example @@ -39,8 +39,8 @@ MEDIASOUP_LISTEN_IP=0.0.0.0 # 留空会导致远端浏览器只能拿到局域网/回环地址,完全建不连 MEDIASOUP_ANNOUNCED_IP=123.6.102.114 -MEDIASOUP_RTC_MIN_PORT=40000 -MEDIASOUP_RTC_MAX_PORT=40199 +MEDIASOUP_RTC_MIN_PORT=50000 +MEDIASOUP_RTC_MAX_PORT=50199 # ============================================================ # TURN 开启(公网对称 NAT fallback 必备)