unknown behavior on mobiles with media dcs

This commit is contained in:
Flowseal 2026-03-10 14:21:31 +03:00
parent 3cf12467a7
commit 6147cda356
1 changed files with 2 additions and 2 deletions

View File

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