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]] = {}