PBinCLI/pbincli/settings.py

12 lines
230 B
Python
Raw Normal View History

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
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