From e5067a84ee12230dbfa02778df7d49c74dc39dea Mon Sep 17 00:00:00 2001 From: atanarjuat Date: Sun, 29 May 2022 18:11:46 +0200 Subject: pass kcp dialer to socks5 proxy --- docs/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs') 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. ``` -- cgit v1.2.3