How to make reverse in v3

I tried mitmproxy -p 8080 -R http://my-site.com
It didn’t work.

Hi,

$ mitmproxy -R http://example.com
-R is used for specifying replacements.
To use mitmproxy in reverse mode please use --mode reverse:SPEC instead

You need to use --mode reverse:http://example.com/.