diff --git a/src/content/posts/releases/mitmproxy-9/index.md b/src/content/posts/releases/mitmproxy-9/index.md index eb83371..e859c37 100644 --- a/src/content/posts/releases/mitmproxy-9/index.md +++ b/src/content/posts/releases/mitmproxy-9/index.md @@ -34,9 +34,9 @@ added automatic DTLS detection and interception on top, which makes it possible [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 mitmweb -\-mode wireguard connecting to a WireGuard VPN. +This new mode makes transparent proxying as easy as running mitmweb -\-mode wireguard 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!