Figured I would share this here in case the devs of the project have any interest. As part of a project that I needed ProxyBroker + Docker containers I quickly put together Frontman, which allows you to easily route any Docker container traffic directly through ProxyBroker without the need of any application-specific proxy configuration.
In other words, no need to set proxy = ..., port = ... in any application; whether it has the option or not. Makes life a bit easier when programming large-scale applications. Traffic is simply automatically routed. 👍
Figured I would share this here in case the devs of the project have any interest. As part of a project that I needed ProxyBroker + Docker containers I quickly put together Frontman, which allows you to easily route any Docker container traffic directly through ProxyBroker without the need of any application-specific proxy configuration.
In other words, no need to set
proxy = ..., port = ...
in any application; whether it has the option or not. Makes life a bit easier when programming large-scale applications. Traffic is simply automatically routed. 👍