Added option to connect via MTProxy. Proxy secret should be set in proxy.password config parameter.

This commit is contained in:
Sergey Blazhko
2019-07-18 12:33:38 +03:00
parent 9a8f8433b0
commit 351866d9e4
2 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -307,7 +307,7 @@ telegram:
# Telethon proxy configuration.
# You must install PySocks from pip for proxies to work.
proxy:
# Allowed types: disabled, socks4, socks5, http
# Allowed types: disabled, socks4, socks5, http, mtproxy
type: disabled
# Proxy IP address and port.
address: 127.0.0.1