add bind address
This commit is contained in:
parent
f18d6cd2f8
commit
fbe7ce13a9
5 changed files with 13 additions and 10 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue