Added in proxy feature#40
Conversation
|
|
||
| final_commands = InputHelper._replace_variable_array(final_commands, "_proxy_", proxy_list) | ||
|
|
||
| print(final_commands) |
There was a problem hiding this comment.
referring to: print(final_commands)
There was a problem hiding this comment.
Yup! Woops! I'll remove that now!
|
|
||
| # process proxies | ||
| if arguments.proxy_list: | ||
| proxy_list = list() |
There was a problem hiding this comment.
What do you think about passing all of this through a set to strip out duplicates? I'm unsure, I wonder if some people will intentionally want multiple copies of one proxy (to favor it over others)?
There was a problem hiding this comment.
This was done intentionally so that in case you have 10 proxies and 100 targets, we can reuse the 10. Also, this allows a tester to weight their proxies as per the load required. Say I have 5 proxies, and I want 1 proxy to take a majority of the load, so I'll add the proxy an extra 3 times to the file.
|
Final changes needed for readme.me updated and version increment then good to land! |
No description provided.