diff --git a/monkey/infection_monkey/monkey.py b/monkey/infection_monkey/monkey.py index c6337148d..3d24c93d3 100644 --- a/monkey/infection_monkey/monkey.py +++ b/monkey/infection_monkey/monkey.py @@ -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,