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

How to use MTProto ? #77

Closed
sallsabil opened this issue Nov 5, 2018 · 1 comment
Closed

How to use MTProto ? #77

sallsabil opened this issue Nov 5, 2018 · 1 comment
Labels

Comments

@sallsabil
Copy link

sallsabil commented Nov 5, 2018

Telegram has a special proxy type named MTProto (Instead of Username and Password it has Credentials(Secret)).
How to use it ?

@clue clue added the question label Nov 6, 2018
@clue
Copy link
Owner

clue commented Nov 6, 2018

This project implements the SOCKS proxy protocol family. The SOCKS protocol can be used to tunnel any TCP/IP-based protocol, such as HTTP(S), IMAP(S), SMTP(S) etc.

Telegram supports a number of different proxy setups, including SOCKS5. This means that you should be able to use Telegram with this project just fine.

Additionally, Telegram supports "MTProto proxy", a protocol specifically designed for Telegram's protocol ("MTProto"). Given that it has little to do with SOCKS, it's my understanding that this is out of scope for this library.

I believe this has been answered, so I'm closing this for now. Please come back with more details if this problem persists and we can reopen this 👍

@clue clue closed this as completed Nov 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants