mitmproxy_rs icon indicating copy to clipboard operation
mitmproxy_rs copied to clipboard

FEATURE: Allow to use regex in process name

Open dmitryskorbovenko opened this issue 8 months ago • 0 comments

It is not enough to use "contains" in my case, that's why I've added it: I want to proxy apps on iOS simulators during ui tests runs. Simulators run in parallel, each simulator has separate proxy to collect separate logs, and app is reinstalled during run for each test, that's why path is changed for each test. I use it this way "mitmdump --mode local:"<SIMULATOR_UDID>.*MyAppName""

dmitryskorbovenko avatar May 28 '25 09:05 dmitryskorbovenko