mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-28 12:57:52 +00:00
Add CDN DC-121 IP in production DCs list
This commit is contained in:
parent
92d1bcfb41
commit
e8f04793ea
@ -30,7 +30,8 @@ class DataCenter:
|
|||||||
2: "149.154.167.51",
|
2: "149.154.167.51",
|
||||||
3: "149.154.175.100",
|
3: "149.154.175.100",
|
||||||
4: "149.154.167.91",
|
4: "149.154.167.91",
|
||||||
5: "91.108.56.149"
|
5: "91.108.56.149",
|
||||||
|
121: "95.213.217.195"
|
||||||
}
|
}
|
||||||
|
|
||||||
def __new__(cls, dc_id: int, test_mode: bool):
|
def __new__(cls, dc_id: int, test_mode: bool):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user