OpenTl / OpenTl.ClientApi

The Api client library that implements the MtProto 2.0. To connect to servers, such as Telegram
MIT License
80 stars 22 forks source link

HTTP Proxy #6

Closed anikeevda closed 6 years ago

anikeevda commented 6 years ago

Сделайте, пожалуйста, возможность подключения через http proxy

vik-borisov commented 6 years ago

@DrBallMD English please.

We already support Socks5 proxy. Why do we need to support http Proxy?

anikeevda commented 6 years ago

Well unfortunately Telegram is blocked by Russian Goverment so I can create http proxy only.

vik-borisov commented 6 years ago

@DrBallMD You can use any socks5 proxy server. e.g. https://www.socks-proxy.net/

uracadim commented 6 years ago

@vik-borisov if you can do Http proxy support, it will be great!!! Because it is easier for me to use the IP of my VPS and not to pay money for a proxy.

vik-borisov commented 6 years ago

@uracadim Http proxy is a solution for http-traffic. This library uses tcp-traffic. You can install the socks5 proxy server on your VPS and use it. e.g. https://github.com/wernight/docker-dante

vik-borisov commented 6 years ago

@DrBallMD @uracadim I helped you?