pretendo-docker
pretendo-docker copied to clipboard
my server pretends not to work :|
I followed the documentation but I can't access the server
Is it possible to access any other website like example.com in your proxied browser?
yes i proxed my browser
Alright, it sounds like your browser successfully connects to the proxy but not the mitmweb interface. You should be able to fix this by making the interface publicly accessible.
You can change this line:
https://github.com/MatthewL246/pretendo-docker/blob/b80c4a6f71d9d68b42cb43baefc2c63785f5ca3c/compose.yml#L11
to
- 8081:8081
Just be aware that this will make the interface public, so be careful.