diff options
author | atanarjuat <atanarjuat@example.com> | 2022-05-29 18:11:46 +0200 |
---|---|---|
committer | atanarjuat <atanarjuat@example.com> | 2022-05-29 18:25:26 +0200 |
commit | e5067a84ee12230dbfa02778df7d49c74dc39dea (patch) | |
tree | c6bea2b9489eadff06b0f985ec4c7960b2cb85eb /docs/README.md | |
parent | ce4b0fb6fb69ffc61bc4fb21b508a6a23b811d55 (diff) |
pass kcp dialer to socks5 proxy
Diffstat (limited to 'docs/README.md')
-rw-r--r-- | docs/README.md | 11 |
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. ``` |