Agent: Pass server list to connect()

This commit is contained in:
Kekoa Kaaikala 2022-09-07 13:45:07 +00:00 committed by Mike Salvatore
parent bbdc378a0d
commit f212425842
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ class InfectionMonkey:
config = control_channel.get_config()
local_port = get_free_tcp_port()
sock, ip_str, port = connect([self._opts.server])
sock, ip_str, port = connect(self._opts.servers)
sock.close()
self._relay = TCPRelay(
local_port,