fix a typo
This commit is contained in:
parent
bd6b8dd857
commit
9b2d8027c5
1 changed files with 0 additions and 3 deletions
|
@ -67,9 +67,6 @@ class Socks5Server(SocketServer.StreamRequestHandler):
|
|||
def decrypt(self, data):
|
||||
return data.translate(decrypt_table)
|
||||
|
||||
def send_encrpyt(self, sock, data):
|
||||
sock.send(self.encrypt(data))
|
||||
|
||||
def handle(self):
|
||||
try:
|
||||
print 'socks connection from ', self.client_address
|
||||
|
|
Loading…
Reference in a new issue