File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ pip install -r requirements.txt
1010# Launch mitmdump (or any addon-capable mitmproxy tool) with the addon
1111mitmdump -s src/mitmproxy_remote_interceptions.py
1212```
13- The addon will start a WebSocket server on port ` 8081 ` by default, but this can be customized with the ` ws_port ` option.
13+ The addon will start a WebSocket server on port ` 8082 ` by default, but this can be customized with the ` ws_port ` option.
1414``` shell
1515mitmdump -s src/mitmproxy_remote_interceptions.py --set ws_port=8000
1616```
@@ -19,4 +19,4 @@ mitmdump -s src/mitmproxy_remote_interceptions.py --set ws_port=8000
1919WebSocket API documentation can be found in [ ` API.md ` ] ( API.md ) .
2020
2121[ mitmproxy ] : https://mitmproxy.org
22- [ python ] : https://www.python.org
22+ [ python ] : https://www.python.org
You can’t perform that action at this time.
0 commit comments