Commit Graph

3 Commits

Author SHA1 Message Date
Matthew Lopez
293ece3dde
Enable local server redirection by default 2024-01-04 08:09:29 -05:00
Matthew Lopez
57e18cf0fb
Set up a configuration that works on Wii U 2023-12-16 16:35:30 -05:00
Matthew Lopez
1d253796b1
Set up the mitmproxy config as a symlink
This allows the mitmproxy configuration directory to be saved as a Docker volume so that its certificates are not regenerated every time the container is run. If the config file is directly included in the volume, then new changes to it will not be copied over during the image build because the volume mount (which is using the old config version) overwrites the whole directory. Using a symlink allows modifying the config without modifying anything in the configuration directory.
2023-12-15 22:16:52 -05:00