add bind address

This commit is contained in:
clowwindy 2013-06-14 12:22:24 +08:00
parent f18d6cd2f8
commit fbe7ce13a9
5 changed files with 13 additions and 10 deletions

View file

@ -126,7 +126,7 @@ class Socks5Server(SocketServer.StreamRequestHandler):
if __name__ == '__main__':
os.chdir(os.path.dirname(__file__) or '.')
print 'shadowsocks v1.2.2'
print 'shadowsocks v1.2.3'
with open('config.json', 'rb') as f:
config = json.load(f)