adding server and proxy parameters [2]

This commit is contained in:
r4sas
2018-05-22 20:44:18 +03:00
parent cb9703864e
commit d91fbb4da9
4 changed files with 24 additions and 25 deletions

View File

@@ -3,7 +3,7 @@ def init():
# Edit that variables
server = "https://paste.i2pd.xyz/"
proxies = {'socks5': 'socks5://127.0.0.1:9050'}
proxy = "socks5://127.0.0.1:9050"
# True/False
useproxy = False