From 73349436ac0ce8ff9f3e2317dfc01d9cdd4a9934 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Wed, 16 Apr 2025 18:44:23 +0200 Subject: [PATCH] docs: mention that macOS local mode covers egress only (#7659) --- docs/src/content/concepts/modes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/content/concepts/modes.md b/docs/src/content/concepts/modes.md index e57786ecb..c9ae2efb5 100644 --- a/docs/src/content/concepts/modes.md +++ b/docs/src/content/concepts/modes.md @@ -112,6 +112,10 @@ mitmproxy --mode local:!curl,!wget # Intercept everything but cURL and wget. [TASK_COMM_LEN]: https://github.com/torvalds/linux/blob/fbfd64d25c7af3b8695201ebc85efe90be28c5a3/include/linux/sched.h#L306 +#### Local Capture Limitations on macOS + +- **Egress only:** mitmproxy will capture outbound connections only. + For inbound connections, we recommend reverse proxy mode. ## WireGuard