Skip to content

Commit 6ab9b93

Browse files
SasSwartmafredri
andauthored
Update docs/proxy.md
Co-authored-by: Mathias Fredriksson <[email protected]>
1 parent 63eed1a commit 6ab9b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/proxy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ After some time building, a shell will be presented inside the devcontainer envi
4141
exit
4242
```
4343

44-
Let's now temporarily break Envbuilder by introducing a transparent TLS intercepting proxy. To do this, we'll use [mitmproxy](https://mitmproxy.org/). Start mitmproxy in a container, by running the following:
44+
Let's now temporarily break Envbuilder by introducing a transparent TLS proxy to intercept traffic. To do this, we'll use [mitmproxy](https://mitmproxy.org/). Start mitmproxy in a container by running the following:
4545
```bash
4646
docker run --rm -d --user $(id -u):$(id -g) --name mitmproxy -v ./certs:/home/mitmproxy/.mitmproxy -p 8080:8080 -p 127.0.0.1:8081:8081 mitmproxy/mitmproxy mitmweb --web-host 0.0.0.0 --set http2=false
4747
```

0 commit comments

Comments
 (0)