|
@ -148,7 +148,7 @@ class Socks5Server(SocketServer.StreamRequestHandler): |
|
|
|
|
|
|
|
|
if __name__ == '__main__': |
|
|
if __name__ == '__main__': |
|
|
os.chdir(os.path.dirname(__file__) or '.') |
|
|
os.chdir(os.path.dirname(__file__) or '.') |
|
|
print 'shadowsocks v0.9.2' |
|
|
print 'shadowsocks v0.9.3' |
|
|
|
|
|
|
|
|
with open('config.json', 'rb') as f: |
|
|
with open('config.json', 'rb') as f: |
|
|
config = json.load(f) |
|
|
config = json.load(f) |
|
|