From 6147cda35632a7b7716ae2aefc7238fc37c06068 Mon Sep 17 00:00:00 2001 From: Flowseal Date: Tue, 10 Mar 2026 14:21:31 +0300 Subject: [PATCH] unknown behavior on mobiles with media dcs --- proxy/tg_ws_proxy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proxy/tg_ws_proxy.py b/proxy/tg_ws_proxy.py index d94e1a4..b6895c9 100644 --- a/proxy/tg_ws_proxy.py +++ b/proxy/tg_ws_proxy.py @@ -48,8 +48,8 @@ _IP_TO_DC: Dict[str, int] = { # DC203 '91.105.192.100': 203, # Media DCs - '149.154.167.151': 2, '149.154.167.223': 2, - '149.154.166.120': 4, '149.154.166.121': 4, + # '149.154.167.151': 2, '149.154.167.223': 2, + # '149.154.166.120': 4, '149.154.166.121': 4, } _dc_opt: Dict[int, Optional[str]] = {}