Skip to content

Commit e8f0479

Browse files
committed
Add CDN DC-121 IP in production DCs list
1 parent 92d1bcf commit e8f0479

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyrogram/session/internals/data_center.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ class DataCenter:
3030
2: "149.154.167.51",
3131
3: "149.154.175.100",
3232
4: "149.154.167.91",
33-
5: "91.108.56.149"
33+
5: "91.108.56.149",
34+
121: "95.213.217.195"
3435
}
3536

3637
def __new__(cls, dc_id: int, test_mode: bool):

0 commit comments

Comments
 (0)