-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Internal port overwritten and ignored when specified, because of this code:
# default internal port to local port if internal ip is local ip
if not self.internal_port and self.internal_ip == self.get_local_ip():
internal_port = self.get_open_local_port()
# otherwise random port
else:
internal_port = self._get_random_dynamic_port()
Metadata
Metadata
Assignees
Labels
No labels