mirror of https://github.com/cbeuw/Cloak
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
2900a6ed82
|
|
@ -1,6 +1,6 @@
|
||||||
# Cloak
|
# Cloak
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
|
@ -18,7 +18,6 @@ This project is based on [GoQuiet](https://github.com/cbeuw/GoQuiet). Through mu
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
Simply `make client` and `make server`. Output binary will be in `build` folder.
|
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
|
## Configuration
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue