From 079a900b254b7a3816928b1af6429cf87b4fead3 Mon Sep 17 00:00:00 2001 From: Justin Su Date: Thu, 21 Nov 2024 07:40:23 -0500 Subject: [PATCH] Fix typos in mitmproxy 9 release blog post --- src/content/posts/releases/mitmproxy-9/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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!