diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |