Add support for upstream SOCKS5 proxy (#143)

This commit is contained in:
pasha-zzz
2019-09-20 13:28:29 +03:00
committed by Alexander Bersenev
parent 5fcd1c0158
commit 516600a32d
2 changed files with 13 additions and 0 deletions

View File

@@ -20,3 +20,7 @@ SECURE_ONLY = True
# Tag for advertising, obtainable from @MTProxybot
# AD_TAG = "3c09c680b76ee91a4c25ad51f742267d"
# Use upstream SOCKS5 proxy for connections (f.e. Tor)
# SOCKS5_HOST = "localhost"
# SOCKS5_PORT = 9050