From c89479000fb662c48f0ccc514fdd8112d58d87c7 Mon Sep 17 00:00:00 2001 From: Alexander Bersenev Date: Sat, 21 Sep 2024 02:51:18 +0500 Subject: [PATCH] change ip of default second middle proxy server, it was updated on the telegram side --- mtprotoproxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mtprotoproxy.py b/mtprotoproxy.py index 3d4ca02..126b546 100755 --- a/mtprotoproxy.py +++ b/mtprotoproxy.py @@ -36,7 +36,7 @@ TG_DATACENTERS_V6 = [ # This list will be updated in the runtime 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)], + 2: [("149.154.161.144", 80)], -2: [("149.154.161.144", 80)], 3: [("149.154.175.100", 8888)], -3: [("149.154.175.100", 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)]