-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
telegram中的MTProto代理不支持fake tls #17719
Comments
Searching for maintainers:
If all routes can not be found, the issue will be closed automatically. Please use |
It only accepts MT Proxy, not for other proxy protocols. The secret can be customised. (refer to https://github.com/Dofamin/MTProxy-Docker). The whole process could refer to this article: https://www.pseudoyu.com/zh/2024/11/18/rsshub_telegram_channel_integration/ |
密匙填写: 这里好像只支持第一种,第三种是不支持的,配置了以后连接不上 |
I am using MTProxy but it does not support fake tls encryption,it start with "ee" |
okay! I'm working on it to support more types of secret keys. |
I found it's currently not supported by the official client library we used here, https://github.com/gram-js/gramjs same issue here: gram-js/gramjs#426 I'm still investigating alternative solutions. |
Thanks for your hard work |
I am using docker, is it possible to allow configuration of a global proxy in docker? |
路由地址
完整路由地址
相关文档
https://docs.rsshub.app/zh/routes/social-media#channel
预期是什么?
当设置了TELEGRAM_PROXY_HOST,TELEGRAM_PROXY_PORT,TELEGRAM_PROXY_SECRET后应该走MTProto协议正常获取内容
``
实际发生了什么?
TELEGRAM_PROXY_SECRET该参数只支持16 byte的密钥,而不支持更长的以ee开头的fake tls的密钥。
麻烦大佬处理一下,不然自建无法挂梯子
源码:
/lib/routes/telegram/tglib/client.ts
21行部署
自建
部署相关信息
No response
额外信息
这不是重复的 issue
The text was updated successfully, but these errors were encountered: