Skip to content

Commit

Permalink
Fix typos in mitmproxy 9 release blog post (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
injust authored Nov 21, 2024
1 parent b1a36cd commit 6bdeac4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/posts/releases/mitmproxy-9/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ added automatic DTLS detection and interception on top, which makes it possible
</figure>

[Fabio Valentini (@decathorpe)](https://github.com/decathorpe) has been working on an experimental new proxy mode based on WireGuard.
This new mode makes transparent proxying as easy as running <code style="white-space: nowrap">mitmweb -\-mode wireguard</code> connecting to a WireGuard VPN.
This new mode makes transparent proxying as easy as running <code style="white-space: nowrap">mitmweb -\-mode wireguard</code> and connecting to a WireGuard VPN.

This represents a significat usability improvement for transparent mode (no more iptables), and -- thanks to WireGuard's fantastic mobile
This represents a significant usability improvement for transparent mode (no more iptables), and -- thanks to WireGuard's fantastic mobile
support -- makes it possible to only proxy specific apps on Android. On top of that, it's the first feature in mitmproxy that is implemented in Rust.
Head over to Fabio's [blog post]({{< relref "wireguard-mode" >}}) to learn more!

Expand Down

0 comments on commit 6bdeac4

Please sign in to comment.