Update README.md

This commit is contained in:
klzgrad 2020-07-17 07:10:31 +08:00 committed by GitHub
parent 2129f1170f
commit 3ea38ad052
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. * [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. * 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 ## Architecture
@ -31,7 +31,7 @@ Note: On Linux libnss3 must be installed before using the prebuilt binary.
## Setup ## 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 ```sh
git clone -b naive https://github.com/klzgrad/forwardproxy git clone -b naive https://github.com/klzgrad/forwardproxy
go get -u github.com/caddyserver/xcaddy/cmd/xcaddy go get -u github.com/caddyserver/xcaddy/cmd/xcaddy