Installation is a slight pain, and it shouldn't be that hard to make it easier.
Any other comments? What have you tried so far?
In make init, add a pipenv shell line at the end.
Figure out how to automatically add certificates from ~/.mitmproxy to Chrome/Firefox's respective certificate authorities, and add those lines in make init.
Add the following two lines in make init:
sudo sysctl -w net.ipv4.ip_forward=1
sudo sysctl -w net.ipv6.conf.all_forwarding=1
The only hard part is figuring out how to automate the certificate authorities.
Steps to reproduce the problem:
Installation is a slight pain, and it shouldn't be that hard to make it easier.
Any other comments? What have you tried so far?
make init
, add apipenv shell
line at the end.make init
.sudo sysctl -w net.ipv4.ip_forward=1
sudo sysctl -w net.ipv6.conf.all_forwarding=1
The only hard part is figuring out how to automate the certificate authorities.