fix: wrong host used in CONTRIBUTING.md (#11568)

This commit is contained in:
Alexander Chernov
2022-04-22 14:19:18 +01:00
committed by GitHub
parent 87a81f4f5a
commit 6588476961

View File

@@ -440,7 +440,7 @@ Execute
docker run --rm -it -p 8080:8080 -p 127.0.0.1:8081:8081 mitmproxy/mitmproxy mitmweb --web-host 0.0.0.0 docker run --rm -it -p 8080:8080 -p 127.0.0.1:8081:8081 mitmproxy/mitmproxy mitmweb --web-host 0.0.0.0
``` ```
and point your browser to http://0.0.0.0:8081/ and point your browser to http://127.0.0.0:8081/
#### OkHttp proxy setup #### OkHttp proxy setup
Since most of the manga sources are going to use https we need to disable ssl verification in order to use web debugger. Since most of the manga sources are going to use https we need to disable ssl verification in order to use web debugger.