add version
This commit is contained in:
parent
761a264ed8
commit
8c5c40915e
3 changed files with 5 additions and 0 deletions
|
@ -105,6 +105,8 @@ class Socks5Server(SocketServer.StreamRequestHandler):
|
|||
if __name__ == '__main__':
|
||||
os.chdir(os.path.dirname(__file__) or '.')
|
||||
|
||||
print 'shadowsocks v0.9'
|
||||
|
||||
with open('config.json', 'rb') as f:
|
||||
config = json.load(f)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue