From c76cb22211792a07195c4d43bbe3101f529dafd7 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Fri, 19 Mar 2021 18:49:45 +0000 Subject: [PATCH] fix: tokio link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79dc245..901c6c7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ tlsproxy ================= -A most basic TLS man-in-the-middle forward proxy using [rustls](https://github.com/ctz/rustls) and [Tokio](tokio.rs). +A most basic TLS man-in-the-middle forward proxy using [rustls](https://github.com/ctz/rustls) and [Tokio](https://tokio.rs). This proxy allows you, given you have the certificate chain of the server, to replace byte sequences of length N with another byte sequence of length N in outbound requests. For example, you could replace `https://testserver.com/?name=foo` with `?name=bar`