summaryrefslogtreecommitdiff
path: root/server/Makefile
diff options
context:
space:
mode:
authoratanarjuat <atanarjuat@example.org>2022-05-23 09:18:50 +0000
committeratanarjuat <atanarjuat@example.com>2022-05-23 11:19:27 +0200
commitce4b0fb6fb69ffc61bc4fb21b508a6a23b811d55 (patch)
treec6372cce3052448aa48a48a03a7bc2660e004159 /server/Makefile
parent0da16a351753eb1bd9b807a01d1b419711226b70 (diff)
add kcp
Diffstat (limited to 'server/Makefile')
-rw-r--r--server/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/server/Makefile b/server/Makefile
index 853469b..02b24a9 100644
--- a/server/Makefile
+++ b/server/Makefile
@@ -5,7 +5,10 @@ build:
go build
run:
- sudo ./obfsproxy -addr ${LHOST} -vpn ${RHOST} -state test_data -c test_data/obfs4.json
+ sudo ./server -addr ${LHOST} -vpn ${RHOST} -state test_data -c test_data/obfs4.json
+
+run-kcp:
+ sudo KCP=1 ./server -addr ${LHOST} -vpn ${RHOST} -state test_data -c test_data/obfs4.json
stop:
pkill -9 obfsproxy