mirror of https://github.com/n1nj4sec/pupy.git
Add on_checkconnect stub without impl
This commit is contained in:
parent
a41bc90c46
commit
b9cc1dcdca
|
@ -74,6 +74,9 @@ class DNSCommandClientLauncher(DnsCommandsClient):
|
|||
except Exception as e:
|
||||
logging.exception(e)
|
||||
|
||||
def on_checkconnect(self, host, port_start, port_end=None):
|
||||
pass
|
||||
|
||||
def on_connect(self, ip, port, transport):
|
||||
with self.lock:
|
||||
self.commands.append(('connect', ip, port, transport))
|
||||
|
|
Loading…
Reference in New Issue