2017-03-02 10:09:52 +00:00
|
|
|
def init():
|
|
|
|
global server, proxies, useproxy
|
|
|
|
|
2018-02-12 14:28:18 +00:00
|
|
|
# Edit that variables
|
2018-05-22 16:26:49 +00:00
|
|
|
server = "https://paste.i2pd.xyz/"
|
2018-05-22 17:44:18 +00:00
|
|
|
proxy = "socks5://127.0.0.1:9050"
|
2017-03-02 11:23:05 +00:00
|
|
|
|
2018-02-12 14:28:18 +00:00
|
|
|
# True/False
|
2018-03-10 02:37:20 +00:00
|
|
|
useproxy = False
|
2017-03-02 10:09:52 +00:00
|
|
|
|
2018-02-12 14:28:18 +00:00
|
|
|
# There is nothing more to do :D
|