Files
PBinCLI/pbincli/settings.py

12 lines
239 B
Python
Raw Normal View History

2017-03-02 13:09:52 +03:00
def init():
global server, proxies, useproxy
2018-02-12 17:28:18 +03:00
# Edit that variables
2017-03-02 14:23:05 +03:00
server = "http://paste.r4sas.i2p/"
2017-03-02 13:09:52 +03:00
proxies = {'http': 'http://127.0.0.1:4444'}
2017-03-02 14:23:05 +03:00
2018-02-12 17:28:18 +03:00
# True/False
2017-03-02 14:23:05 +03:00
useproxy = True
2017-03-02 13:09:52 +03:00
2018-02-12 17:28:18 +03:00
# There is nothing more to do :D