summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoratanarjuat <atanarjuat@example.com>2022-05-23 01:36:21 +0200
committeratanarjuat <atanarjuat@example.com>2022-05-23 01:36:21 +0200
commite72ad4b857b09a788c553283ecb8cda7d2b580fd (patch)
treebf3a016793ca128b7a680166dc4fba181fc5d8a5 /Makefile
parent3c127453800e95f0c76234c1f0f836375ed73b99 (diff)
wip: kcp client
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 71c6826..6690a0e 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,9 @@ build-client:
run-client:
./obfsvpn-client -c ${OBFS4_CERT}
+run-client-kcp:
+ KCP=1 ./obfsvpn-client -c ${OBFS4_CERT}
+
run-openvpn:
./scripts/run-openvpn-client.sh