From a2d1752e89336b7de31b698d03be3a96f8f0cfd9 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Wed, 12 Jun 2019 22:26:41 +0200 Subject: [PATCH] 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. --- docs/source/faq.rst | 32 ++++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/docs/source/faq.rst b/docs/source/faq.rst index 0d56451a..449076af 100644 --- a/docs/source/faq.rst +++ b/docs/source/faq.rst @@ -156,18 +156,34 @@ fails or not. 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 -in 5 different locations. However, two of the less busy DCs have been lately dismissed and their IP addresses are now -kept as aliases. +The Telegram cloud is currently composed by a decentralized, multi-DC infrastructure (each of which can work +independently) spread in 5 different locations. However, some of the less busy DCs have been lately dismissed and their +IP addresses are now kept as aliases. -- **DC1** - MIA, Miami FL, USA: ``149.154.175.50`` -- **DC2** - AMS, Amsterdam, NL: ``149.154.167.51`` -- **DC3*** - MIA, Miami FL, USA: ``149.154.175.100`` -- **DC4*** - AMS, Amsterdam, NL: ``149.154.167.91`` -- **DC5** - SIN, Singapore, SG: ``91.108.56.149`` +.. csv-table:: Production Environment + :header: ID, Location, IPv4, IPv6 + :widths: auto + :align: center + + 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 +More info about the Test Environment can be found :doc:`here `. + I want to migrate my account from DCX to DCY. ---------------------------------------------