From 585f31b6f2dfe42e6f8814129d751f9589a85bce Mon Sep 17 00:00:00 2001 From: John Preston Date: Tue, 10 Feb 2015 12:46:38 +0000 Subject: [PATCH] dc 3 ip changed --- Telegram/SourceFiles/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/config.h b/Telegram/SourceFiles/config.h index 9ddf8fa7a0..d7746a4bf9 100644 --- a/Telegram/SourceFiles/config.h +++ b/Telegram/SourceFiles/config.h @@ -166,7 +166,7 @@ struct BuiltInDc { static const BuiltInDc _builtInDcs[] = { { 1, "149.154.175.50", 443 }, { 2, "149.154.167.51", 443 }, - { 3, "174.140.142.6", 443 }, + { 3, "149.154.175.100", 443 }, { 4, "149.154.167.91", 443 }, { 5, "149.154.171.5", 443 } };