Add on_checkconnect stub without impl

This commit is contained in:
Oleksii Shevchuk 2017-03-08 19:40:17 +02:00
parent a41bc90c46
commit b9cc1dcdca
1 changed files with 3 additions and 0 deletions

View File

@ -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))