mirror of https://github.com/r4sas/PBinCLI
R4SAS
7 years ago
7 changed files with 24 additions and 22 deletions
@ -1,15 +1,11 @@ |
|||||||
def init(): |
def init(): |
||||||
global server, proxies, useproxy |
global server, proxies, useproxy |
||||||
|
|
||||||
""" Edit that variables """ |
# Edit that variables |
||||||
server = "http://paste.r4sas.i2p/" |
server = "http://paste.r4sas.i2p/" |
||||||
proxies = {'http': 'http://127.0.0.1:4444'} |
proxies = {'http': 'http://127.0.0.1:4444'} |
||||||
|
|
||||||
""" True/False """ |
# True/False |
||||||
useproxy = True |
useproxy = True |
||||||
|
|
||||||
""" There is nothing more to do :D """ |
# There is nothing more to do :D |
||||||
|
|
||||||
"""if you set useproxy to false, we clean proxies variable""" |
|
||||||
if useproxy == False: |
|
||||||
proxies = {} |
|
||||||
|
Loading…
Reference in new issue