From 3ea38ad0524c86265988539415278f47693052e4 Mon Sep 17 00:00:00 2001 From: klzgrad Date: Fri, 17 Jul 2020 07:10:31 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b7631bd88..8d7d2f85bf 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The following traffic attacks are mitigated in NaïveProxy: * [Active probing](https://ensa.fi/active-probing/): defeated by *application fronting*, i.e. hiding proxy servers behind a commonly used frontend with application-layer routing. * Length-based traffic analysis: mitigated by length padding. -The code consists of a patch series morphed and rebased onto every new Chrome release. It's normal to see the latest commit being old, while most recent activities happen in [project releases](https://github.com/klzgrad/naiveproxy/releases). +The code consists of a patch series morphed and rebased onto every new Chrome release. ## Architecture @@ -31,7 +31,7 @@ Note: On Linux libnss3 must be installed before using the prebuilt binary. ## Setup -On the server, build and run Caddy v2 with naïve fork of forwardproxy: +On the server, build and run Caddy v2 with naïve fork of forwardproxy: (Golang v1.14+ required) ```sh git clone -b naive https://github.com/klzgrad/forwardproxy go get -u github.com/caddyserver/xcaddy/cmd/xcaddy