From ee26d76d48e9df2598d5fbcb781344fa37c2aa45 Mon Sep 17 00:00:00 2001 From: Andy Wang Date: Thu, 1 Aug 2019 01:39:13 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0f39873..a30a3ac 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ This project is based on [GoQuiet](https://github.com/cbeuw/GoQuiet). Through mu ## Build Simply `make client` and `make server`. Output binary will be in `build` folder. -Do `make server_pprof` if you want to access the live profiling data. ## Configuration From c68aa8ac28e521927b9647933b4948c24551002f Mon Sep 17 00:00:00 2001 From: Andy Wang Date: Thu, 1 Aug 2019 10:33:28 +0100 Subject: [PATCH 2/3] Update diagram --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a30a3ac..7523fd5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Cloak -![Cloak](https://user-images.githubusercontent.com/7034308/62257147-0051c480-b3fc-11e9-9a26-85f1772d3d89.png) +![Cloak](https://user-images.githubusercontent.com/7034308/62282621-c5757e00-b447-11e9-91f9-29997636482a.png) Cloak is a universal pluggable transport that obfuscates proxy traffic as legitimate HTTPS traffic, disguises the proxy server as a normal web server, multiplexes traffic through multiple TCP connections and provide multi-user usage control. From 2c53ffe15d0b2034b4f72fcf3f2ff5b2ee958450 Mon Sep 17 00:00:00 2001 From: Andy Wang Date: Thu, 1 Aug 2019 10:34:54 +0100 Subject: [PATCH 3/3] Update diagram --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7523fd5..1eb66ed 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Cloak -![Cloak](https://user-images.githubusercontent.com/7034308/62282621-c5757e00-b447-11e9-91f9-29997636482a.png) +![Cloak](https://user-images.githubusercontent.com/7034308/62282723-f6ee4980-b447-11e9-8cca-e3270b8f45f5.png) Cloak is a universal pluggable transport that obfuscates proxy traffic as legitimate HTTPS traffic, disguises the proxy server as a normal web server, multiplexes traffic through multiple TCP connections and provide multi-user usage control.