diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,6 +15,10 @@ run-client: run-client-kcp: KCP=1 ./obfsvpn-client -c ${OBFS4_CERT} +run-client-quic: + sudo sysctl -w net.core.rmem_max=2500000 + QUIC=1 ./obfsvpn-client -c ${OBFS4_CERT} + run-openvpn: ./scripts/run-openvpn-client.sh |