2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-23 10:28:00 +00:00

Update information about Telegram DCs. Also add IPv6 addresses

Thanks Fela for pointing it out that only DC3 is an alias, DC2 and DC4
are both functioning independently, as per latest information.
This commit is contained in:
Dan 2019-06-12 22:26:41 +02:00
parent c8b4f3dac9
commit a2d1752e89

View File

@ -156,18 +156,34 @@ fails or not.
What are the IP addresses of Telegram Data Centers? What are the IP addresses of Telegram Data Centers?
--------------------------------------------------- ---------------------------------------------------
Telegram is currently composed by a decentralized, multi-DC infrastructure (each of which can work independently) spread The Telegram cloud is currently composed by a decentralized, multi-DC infrastructure (each of which can work
in 5 different locations. However, two of the less busy DCs have been lately dismissed and their IP addresses are now independently) spread in 5 different locations. However, some of the less busy DCs have been lately dismissed and their
kept as aliases. IP addresses are now kept as aliases.
- **DC1** - MIA, Miami FL, USA: ``149.154.175.50`` .. csv-table:: Production Environment
- **DC2** - AMS, Amsterdam, NL: ``149.154.167.51`` :header: ID, Location, IPv4, IPv6
- **DC3*** - MIA, Miami FL, USA: ``149.154.175.100`` :widths: auto
- **DC4*** - AMS, Amsterdam, NL: ``149.154.167.91`` :align: center
- **DC5** - SIN, Singapore, SG: ``91.108.56.149``
DC1, "MIA, Miami FL, USA", ``149.154.175.50``, ``2001:b28:f23d:f001::a``
DC2, "AMS, Amsterdam, NL", ``149.154.167.51``, ``2001:67c:4e8:f002::a``
DC3*, "MIA, Miami FL, USA", ``149.154.175.100``, ``2001:b28:f23d:f003::a``
DC4, "AMS, Amsterdam, NL", ``149.154.167.91``, ``2001:67c:4e8:f004::a``
DC5, "SIN, Singapore, SG", ``91.108.56.149``, ``2001:b28:f23f:f005::a``
.. csv-table:: Test Environment
:header: ID, Location, IPv4, IPv6
:widths: auto
:align: center
DC1, "MIA, Miami FL, USA", ``149.154.175.10``, ``2001:b28:f23d:f001::e``
DC2, "AMS, Amsterdam, NL", ``149.154.167.40``, ``2001:67c:4e8:f002::e``
DC3*, "MIA, Miami FL, USA", ``149.154.175.117``, ``2001:b28:f23d:f003::e``
***** Alias DC ***** Alias DC
More info about the Test Environment can be found :doc:`here <topics/test-servers>`.
I want to migrate my account from DCX to DCY. I want to migrate my account from DCX to DCY.
--------------------------------------------- ---------------------------------------------