1
1
mirror of https://github.com/r4sas/PBinCLI synced 2025-01-11 07:17:52 +00:00
PBinCLI/pbincli/settings.py

12 lines
239 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
2018-03-10 02:37:20 +00:00
server = "http://paste.i2pd.xyz/"
2017-03-02 10:09:52 +00:00
proxies = {'http': 'http://127.0.0.1:4444'}
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