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
We saw 5 options after we run browsermob-proxy --help, but currently, there only implement one port option.
I think it would be better to implement all the options.
$ browsermob-proxy --help
Option Description
------ -----------
-?, --help This help text
--address The address to bind to (default:
0.0.0.0)
--port [Integer] The port to listen on (default: 8080)
--proxyPortRange [Integer] The range of ports to use for proxies
(default: [8081, 8581])
--ttl [Integer] Time in seconds until an unused proxy
is deleted (default: 0)
--use-littleproxy [Boolean] Use the littleproxy backend instead of
the legacy Jetty 5-based
implementation (default: true)
The text was updated successfully, but these errors were encountered:
We saw 5 options after we run
browsermob-proxy --help
, but currently, there only implement oneport
option.I think it would be better to implement all the options.
The text was updated successfully, but these errors were encountered: