change middle proxy default port from 80 to 8888

This commit is contained in:
Alexander Bersenev
2024-11-12 01:08:57 +05:00
parent c89479000f
commit bc841cff48

View File

@@ -36,7 +36,7 @@ TG_DATACENTERS_V6 = [
# This list will be updated in the runtime # This list will be updated in the runtime
TG_MIDDLE_PROXIES_V4 = { TG_MIDDLE_PROXIES_V4 = {
1: [("149.154.175.50", 8888)], -1: [("149.154.175.50", 8888)], 1: [("149.154.175.50", 8888)], -1: [("149.154.175.50", 8888)],
2: [("149.154.161.144", 80)], -2: [("149.154.161.144", 80)], 2: [("149.154.161.144", 8888)], -2: [("149.154.161.144", 8888)],
3: [("149.154.175.100", 8888)], -3: [("149.154.175.100", 8888)], 3: [("149.154.175.100", 8888)], -3: [("149.154.175.100", 8888)],
4: [("91.108.4.136", 8888)], -4: [("149.154.165.109", 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)] 5: [("91.108.56.181", 8888)], -5: [("91.108.56.181", 8888)]