start adding server and proxy parameters

This commit is contained in:
r4sas
2018-05-22 19:26:49 +03:00
parent 5ef9c93077
commit cb9703864e
4 changed files with 15 additions and 93 deletions

View File

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