Hi
In previous versions I could load scripts using mitmproxy.conf file. How can I do this in the 1.0.2 version?
Thank you for your help
Hi
In previous versions I could load scripts using mitmproxy.conf file. How can I do this in the 1.0.2 version?
Thank you for your help
Hey,
Take a look at http://docs.mitmproxy.org/en/stable/config.html
If you add a scripts
list to the yaml config, that should work.
So my file should look something along the lines of:
scripts: ["/path/to/file/mitm_default.py"]