You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proposed feature
Similar to how Readonly API checkbox is configured with a config key in config.ini file, control the "Allow connections from localhost only" checkbox in the Settings dialog.
Proposed config key is AllowLocalhostOnly, and its possible values are yes/no, with default value of yes.
Motivation for the feature
I use IBC within a docker-compose environment, where I have IB Gateway with IBC running in one container, and my bot trader running in another container. I need IB gateway to accept connections from the other container in the docker network.
Proposed feature
Similar to how Readonly API checkbox is configured with a config key in config.ini file, control the "Allow connections from localhost only" checkbox in the Settings dialog.
Proposed config key is AllowLocalhostOnly, and its possible values are yes/no, with default value of yes.
Motivation for the feature
I use IBC within a docker-compose environment, where I have IB Gateway with IBC running in one container, and my bot trader running in another container. I need IB gateway to accept connections from the other container in the docker network.