summaryrefslogtreecommitdiff
path: root/docs/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md
index 29fcda4..c986581 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -20,6 +20,11 @@ export RHOST=163.172.126.44:443 # this is the GW IP (each obfsproxy is routing
cd server && make build
sudo ./server -addr ${LHOST} -vpn ${RHOST} -state test_data -c test_data/obfs4.json
```
+If you want to run in `kcp` mode, at the moment you have to export `KCP=1`. It can be done with:
+
+```
+make run-kcp
+```
### 2. Run `obfsclient` to start a socks5 proxy in localhost
@@ -31,6 +36,12 @@ make build-client
make run-client OBFS4_CERT=8nuAbPJwFrKc/29KcCfL5LBuEWxQrjBASYXdUbwcm9d9pKseGK4r2Tg47e23+t6WghxGGw
```
+If you want to run in `kcp` mode, at the moment you have to export `KCP=1`. It can be done with:
+
+```
+make run-client-kcp OBFS4_CERT=8nuAbPJwFrKc/29KcCfL5LBuEWxQrjBASYXdUbwcm9d9pKseGK4r2Tg47e23+t6WghxGGw
+```
+
### 3. Get certificates for the riseup gateways.
```