Skip to content

Commit 13d6ce1

Browse files
committed
Update DC IPs
1 parent 485877d commit 13d6ce1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/source/faq.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,11 @@ IP addresses are now kept as aliases.
170170
:widths: auto
171171
:align: center
172172

173-
DC1, "MIA, Miami FL, USA", ``149.154.175.50``, ``2001:b28:f23d:f001::a``
173+
DC1, "MIA, Miami FL, USA", ``149.154.175.53``, ``2001:b28:f23d:f001::a``
174174
DC2, "AMS, Amsterdam, NL", ``149.154.167.51``, ``2001:67c:4e8:f002::a``
175175
DC3*, "MIA, Miami FL, USA", ``149.154.175.100``, ``2001:b28:f23d:f003::a``
176176
DC4, "AMS, Amsterdam, NL", ``149.154.167.91``, ``2001:67c:4e8:f004::a``
177-
DC5, "SIN, Singapore, SG", ``91.108.56.149``, ``2001:b28:f23f:f005::a``
177+
DC5, "SIN, Singapore, SG", ``91.108.56.130``, ``2001:b28:f23f:f005::a``
178178

179179
.. csv-table:: Test Environment
180180
:header: ID, Location, IPv4, IPv6

pyrogram/session/internals/data_center.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ class DataCenter:
2626
}
2727

2828
PROD = {
29-
1: "149.154.175.50",
29+
1: "149.154.175.53",
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.130",
3434
121: "95.213.217.195"
3535
}
3636

0 commit comments

Comments
 (0)