change default timeout
This commit is contained in:
parent
fe442d2c11
commit
f04c45a43d
4 changed files with 5 additions and 5 deletions
|
@ -125,7 +125,7 @@ class Socks5Server(SocketServer.StreamRequestHandler):
|
|||
if __name__ == '__main__':
|
||||
os.chdir(os.path.dirname(__file__) or '.')
|
||||
|
||||
print 'shadowsocks v0.9.1'
|
||||
print 'shadowsocks v0.9.2'
|
||||
|
||||
with open('config.json', 'rb') as f:
|
||||
config = json.load(f)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue