Load script from configuration file - v 1.0.2

Hi :slight_smile:

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 :slight_smile:

Hey,

Take a look at http://docs.mitmproxy.org/en/stable/config.html :slight_smile:
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"]

:slight_smile: