From 422c40948039adb71e8fc006b0925ed1bd394ba5 Mon Sep 17 00:00:00 2001 From: Alexander Bersenev Date: Fri, 17 May 2019 00:27:40 +0500 Subject: [PATCH] update the ip address of one of the telegram servers --- mtprotoproxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mtprotoproxy.py b/mtprotoproxy.py index 5014130..68bfd22 100755 --- a/mtprotoproxy.py +++ b/mtprotoproxy.py @@ -106,7 +106,7 @@ TG_MIDDLE_PROXIES_V4 = { 1: [("149.154.175.50", 8888)], -1: [("149.154.175.50", 8888)], 2: [("149.154.162.38", 80)], -2: [("149.154.162.38", 80)], 3: [("149.154.175.100", 8888)], -3: [("149.154.175.100", 8888)], - 4: [("91.108.4.136", 8888)], -4: [("91.108.4.136", 8888)], + 4: [("91.108.4.136", 8888)], -4: [("149.154.165.109", 8888)], 5: [("91.108.56.181", 8888)], -5: [("91.108.56.181", 8888)] }