Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mtproto and ad tag problem #304

Open
AINNNNNNDEN opened this issue Sep 20, 2024 · 6 comments
Open

Mtproto and ad tag problem #304

AINNNNNNDEN opened this issue Sep 20, 2024 · 6 comments

Comments

@AINNNNNNDEN
Copy link

My mt proto proxy is working just fine but when I add a Ad Tag to it in config file it just stop working in official versian it keeps flickering connecting and connected
Im on Ubuntu 22
Using direct ip for proxy
Please advise

@alexbers
Copy link
Owner

then ad tag enabled, the proxy uses middle proxy. Please check the server has connectivity to servers specified here: https://core.telegram.org/getProxyConfig

I also updated outdated default address of server in the master branch: c894790 may be it will help

@aepot
Copy link

aepot commented Nov 1, 2024

@alexbers looks like the IPs and ports were changed again. Not only proxies but main IPs too.

@alexbers
Copy link
Owner

I've rechecked, they are still working. The main IP's also the same: https://github.com/telegramdesktop/tdesktop/blob/master/Telegram/SourceFiles/mtproto/mtproto_dc_options.cpp#L32

@aepot
Copy link

aepot commented Nov 11, 2024

@alexbers you're right. I've checked another source, the pyrogram lib's docs. Btw, there's no middle proxies with 80 port open anymore in the list by the link you've given above. All the proxies are on 8888.

@alexbers
Copy link
Owner

fixed, thanks.

bc841cf

@fromstark
Copy link

fromstark commented Dec 23, 2024

Got same problem. I've installed two same copies of proxies on different VPS, first one is working well, but second only works when AD_TAG is empty.

TG_MIDDLE_PROXIES_V4 = {
1: [("149.154.175.50", 8888)], -1: [("149.154.175.50", 8888)],
2: [("149.154.161.144", 80)], -2: [("149.154.161.144", 8888)],
3: [("149.154.175.100", 8888)], -3: [("149.154.175.100", 8888)],
4: [("91.108.4.138", 8888)], -4: [("149.154.165.109", 8888)],
5: [("91.108.56.135", 8888)], -5: [("91.108.56.135", 8888)],
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants