update info

This commit is contained in:
r4sas
2018-03-10 05:37:20 +03:00
parent 4af4797812
commit d401c0d7e0
3 changed files with 42 additions and 4 deletions

View File

@@ -2,10 +2,10 @@ def init():
global server, proxies, useproxy
# Edit that variables
server = "http://paste.r4sas.i2p/"
server = "http://paste.i2pd.xyz/"
proxies = {'http': 'http://127.0.0.1:4444'}
# True/False
useproxy = True
useproxy = False
# There is nothing more to do :D