start adding server and proxy parameters
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user