Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full implementation for browsermod-proxy cli options #66

Open
triostones opened this issue Feb 20, 2017 · 1 comment
Open

Full implementation for browsermod-proxy cli options #66

triostones opened this issue Feb 20, 2017 · 1 comment

Comments

@triostones
Copy link

triostones commented Feb 20, 2017

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) 
@triostones
Copy link
Author

triostones commented Feb 20, 2017

PR: #67

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant