From 9d9b44d04bbf037808431827c3b5a42b041b0b89 Mon Sep 17 00:00:00 2001 From: klzgrad Date: Sat, 22 May 2021 16:00:09 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b680b8d8ca..ac796a3651 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ NaïveProxy uses Chrome's network stack to ensure its observable behavior is ide The frontend server can be any reverse proxy that is able to route HTTP/2 traffic based on HTTP authorization headers, preventing active probing of proxy existence. Known ones include Caddy with its forwardproxy plugin and HAProxy. -The Naïve server here works as a forwarding proxy and a packet length padding layer. Caddy forwardproxy is also a forwarding proxy but it lacks a padding layer. A [fork](https://github.com/klzgrad/forwardproxy) adds the NaïveProxy padding layer to Caddy forwardproxy, combining both in one. +The Naïve server here works as a forward proxy and a packet length padding layer. Caddy forwardproxy is also a forward proxy but it lacks a padding layer. A [fork](https://github.com/klzgrad/forwardproxy) adds the NaïveProxy padding layer to forwardproxy, combining both in one. ## Download binaries