Skip to content

Commit 79a5985

Browse files
committed
feat: Use port 8082 by default
8081 is used by the web UI.
1 parent 8951a2c commit 79a5985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mitmproxy_remote_interceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def load(loader: addonmanager.Loader) -> None:
2323
loader.add_option(
2424
"ws_port",
2525
int,
26-
8081,
26+
8082,
2727
"The port to use for the WebSocket server.",
2828
)
2929

0 commit comments

Comments
 (0)