@ -67,9 +67,6 @@ class Socks5Server(SocketServer.StreamRequestHandler):
defdecrypt(self,data):
returndata.translate(decrypt_table)
defsend_encrpyt(self,sock,data):
sock.send(self.encrypt(data))
defhandle(self):
try:
print'socks connection from ',self.client_address
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.